Shades of Medium Orchid #BC66CE
Tints of Medium Orchid #BC66CE
RGB
CMYK
RGB Variations
Color information
#BC66CE (or 0xBC66CE) is known color: Medium Orchid. HEX triplet: BC, 66 and CE. RGB value is (188,102,206). Sum of RGB (Red+Green+Blue) = 188+102+206=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66CE is #439931. Grayscale: #8B8B8B. Windows color (decimal): -4430130 or 13526716. OLE color: 13526716.
HSL color Cylindrical-coordinate representation of color #BC66CE: hue angle of 289.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC66CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 102 | 206 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 289.62º | 0.51% | 0.6% | - |
| HSV(B) | 289.62º | 0.5% | 0.81% | - |
| XYZ | 36.63 | 24.65 | 61.22 | - |
| YUV | 139.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 206 | 0.09 | 0.50 | 0 | 0.19 | 289.62 | 0.51 | 0.6 |
| Hex | BC | 66 | CE | 9 | 32 | 0 | 13 | 122 | 33 | 3C |
| Octal | 274 | 146 | 316 | 11 | 62 | 0 | 23 | 442 | 63 | 74 |
| Binary | 10111100 | 1100110 | 11001110 | 1001 | 110010 | 0 | 10011 | 100100010 | 110011 | 111100 |
Color Harmonies of #BC66CE
Complementary color
Monochromatic Colors of #BC66CE
Black with #BC66CE
Text Example
Text Example
White with #BC66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66CE; }
p { color: rgb(188,102,206); }
H1.HeaderClassName
{
color: #BC66CE;
}
.AnyTagClassName
{
color: #BC66CE;
}
</style>
background-color css
<style>
a { background-color: #BC66CE; }
a { background-color: rgb(188,102,206); }
div.DivClassName
{
background-color: #BC66CE;
}
.BgClassName
{
background-color: #BC66CE;
}
</style>
border-color css
<style>
span { border-color: #BC66CE; }
span { border-color: rgb(188,102,206); }
td.TdClassName
{
border-color: #BC66CE;
}
.TagClassName
{
border-color: #BC66CE;
}
</style>