#BC66CD

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

Shades of Medium Orchid #BC66CD

Tints of Medium Orchid #BC66CD

Color information

#BC66CD (or 0xBC66CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and CD. RGB value is (188,102,205). Sum of RGB (Red+Green+Blue) = 188+102+205=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC66CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66CD is #439932. Grayscale: #8B8B8B. Windows color (decimal): -4430131 or 13461180. OLE color: 13461180.

HSL color Cylindrical-coordinate representation of color #BC66CD: hue angle of 290.1º degrees, saturation: 0.51, 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 #BC66CD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188102205-
CMYK0.080.5000.20
HSL290.1º50.74%60.2%-
HSV(B)290.1º50.24%80.39%-
XYZ36.5124.660.58-
YUV139.46164.99162.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=37.98%
G=20.61%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881022050.080.5000.20290.150.7460.2
HexBC66CD832014122333c
Octal27414631510620244426374
Binary101111001100110110011011000110010010100100100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66CD; }

 p { color: rgb(188,102,205); }

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

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

 a { background-color: rgb(188,102,205); }

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

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

 span { border-color: rgb(188,102,205); }

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