#B66DCB

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

Shades of Medium Orchid #B66DCB

Tints of Medium Orchid #B66DCB

Color information

#B66DCB (or 0xB66DCB) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and CB. RGB value is (182,109,203). Sum of RGB (Red+Green+Blue) = 182+109+203=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCB is #499234. Grayscale: #8D8D8D. Windows color (decimal): -4821557 or 13331894. OLE color: 13331894.

HSL color Cylindrical-coordinate representation of color #B66DCB: hue angle of 286.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66DCB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182109203-
CMYK0.100.4600.20
HSL286.6º47.47%61.18%-
HSV(B)286.6º46.31%79.61%-
XYZ35.5425.1959.49-
YUV141.54162.68156.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=36.84%
G=22.06%
B=41.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821092030.100.4600.20286.647.4761.18
HexB66DCBA2E01411f2f3d
Octal26615531312560244375775
Binary101101101101101110010111010101110010100100011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DCB; }

 p { color: rgb(182,109,203); }

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

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

 a { background-color: rgb(182,109,203); }

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

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

 span { border-color: rgb(182,109,203); }

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