#BD66CB

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

Shades of Medium Orchid #BD66CB

Tints of Medium Orchid #BD66CB

Color information

#BD66CB (or 0xBD66CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 66 and CB. RGB value is (189,102,203). Sum of RGB (Red+Green+Blue) = 189+102+203=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 102 (40.23% from 255 or 20.65% 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 #BD66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66CB is #429934. Grayscale: #8B8B8B. Windows color (decimal): -4364597 or 13330109. OLE color: 13330109.

HSL color Cylindrical-coordinate representation of color #BD66CB: hue angle of 291.68º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD66CB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189102203-
CMYK0.070.5000.20
HSL291.68º49.27%59.8%-
HSV(B)291.68º49.75%79.61%-
XYZ36.5224.6359.33-
YUV139.53163.82163.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=38.26%
G=20.65%
B=41.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891022030.070.5000.20291.6849.2759.8
HexBD66CB732014124313c
Octal2751463137620244446174
Binary10111101110011011001011111110010010100100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66CB; }

 p { color: rgb(189,102,203); }

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

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

 a { background-color: rgb(189,102,203); }

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

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

 span { border-color: rgb(189,102,203); }

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