#B66BCB

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

Shades of Medium Orchid #B66BCB

Tints of Medium Orchid #B66BCB

Color information

#B66BCB (or 0xB66BCB) is unknown color: approx Medium Orchid. HEX triplet: B6, 6B and CB. RGB value is (182,107,203). Sum of RGB (Red+Green+Blue) = 182+107+203=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B66BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BCB is #499434. Grayscale: #8C8C8C. Windows color (decimal): -4822069 or 13331382. OLE color: 13331382.

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

Color convert

RGB182107203-
CMYK0.100.4700.20
HSL286.88º48%60.78%-
HSV(B)286.88º47.29%79.61%-
XYZ35.3324.7759.42-
YUV140.37163.35157.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=36.99%
G=21.75%
B=41.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821072030.100.4700.20286.884860.78
HexB66BCBA2F01411f303d
Octal26615331312570244376075
Binary101101101101011110010111010101111010100100011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66BCB; }

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

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

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

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

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

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

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

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