#BC66D6

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

Shades of Medium Orchid #BC66D6

Tints of Medium Orchid #BC66D6

Color information

#BC66D6 (or 0xBC66D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and D6. RGB value is (188,102,214). Sum of RGB (Red+Green+Blue) = 188+102+214=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D6 is #439929. Grayscale: #8C8C8C. Windows color (decimal): -4430122 or 14051004. OLE color: 14051004.

HSL color Cylindrical-coordinate representation of color #BC66D6: hue angle of 286.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC66D6 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188102214-
CMYK0.120.5200.16
HSL286.07º57.73%61.96%-
HSV(B)286.07º52.34%83.92%-
XYZ37.6325.0566.47-
YUV140.48169.49161.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=37.30%
G=20.24%
B=42.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881022140.120.5200.16286.0757.7361.96
HexBC66D6C3401011e3a3e
Octal27414632614640204367276
Binary101111001100110110101101100110100010000100011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66D6; }

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

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

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

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

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

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

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

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