#B665DA

Color #B665DA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B665DA

Tints of Medium Orchid #B665DA

Color information

#B665DA (or 0xB665DA) is unknown color: approx Medium Orchid. HEX triplet: B6, 65 and DA. RGB value is (182,101,218). Sum of RGB (Red+Green+Blue) = 182+101+218=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B665DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665DA is #499A25. Grayscale: #8A8A8A. Windows color (decimal): -4823590 or 14312886. OLE color: 14312886.

HSL color Cylindrical-coordinate representation of color #B665DA: hue angle of 281.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B665DA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182101218-
CMYK0.170.5400.15
HSL281.54º61.26%62.55%-
HSV(B)281.54º53.67%85.49%-
XYZ36.624.3169.09-
YUV138.56172.84158.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=36.33%
G=20.16%
B=43.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821012180.170.5400.15281.5461.2662.55
HexB665DA11360F11a3d3f
Octal26614533221660174327577
Binary101101101100101110110101000111011001111100011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B665DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B665DA; }

 p { color: rgb(182,101,218); }

 H1.HeaderClassName
 {
   color: #B665DA;
 }
 .AnyTagClassName
 {
   color: #B665DA;
 }
</style>
background-color css

<style>
 a { background-color: #B665DA; }

 a { background-color: rgb(182,101,218); }

 div.DivClassName
 {
   background-color: #B665DA;
 }
 .BgClassName
 {
   background-color: #B665DA;
 }
</style>
border-color css

<style>
 span { border-color: #B665DA; }

 span { border-color: rgb(182,101,218); }

 td.TdClassName
 {
   border-color: #B665DA;
 }
 .TagClassName
 {
   border-color: #B665DA;
 }
</style>