Shades of Dark Orchid #BC27CE
Tints of Dark Orchid #BC27CE
RGB
CMYK
RGB Variations
Color information
#BC27CE (or 0xBC27CE) is known color: Dark Orchid. HEX triplet: BC, 27 and CE. RGB value is (188,39,206). Sum of RGB (Red+Green+Blue) = 188+39+206=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27CE is #43D831. Grayscale: #666666. Windows color (decimal): -4446258 or 13510588. OLE color: 13510588.
HSL color Cylindrical-coordinate representation of color #BC27CE: hue angle of 293.53º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC27CE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 39 | 206 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.19 |
| HSL | 293.53º | 0.68% | 0.48% | - |
| HSV(B) | 293.53º | 0.81% | 0.81% | - |
| XYZ | 32.61 | 16.6 | 59.88 | - |
| YUV | 102.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 206 | 0.09 | 0.81 | 0 | 0.19 | 293.53 | 0.68 | 0.48 |
| Hex | BC | 27 | CE | 9 | 51 | 0 | 13 | 126 | 44 | 30 |
| Octal | 274 | 47 | 316 | 11 | 121 | 0 | 23 | 446 | 104 | 60 |
| Binary | 10111100 | 100111 | 11001110 | 1001 | 1010001 | 0 | 10011 | 100100110 | 1000100 | 110000 |
Color Harmonies of #BC27CE
Complementary color
Monochromatic Colors of #BC27CE
Black with #BC27CE
Text Example
Text Example
White with #BC27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27CE; }
p { color: rgb(188,39,206); }
H1.HeaderClassName
{
color: #BC27CE;
}
.AnyTagClassName
{
color: #BC27CE;
}
</style>
background-color css
<style>
a { background-color: #BC27CE; }
a { background-color: rgb(188,39,206); }
div.DivClassName
{
background-color: #BC27CE;
}
.BgClassName
{
background-color: #BC27CE;
}
</style>
border-color css
<style>
span { border-color: #BC27CE; }
span { border-color: rgb(188,39,206); }
td.TdClassName
{
border-color: #BC27CE;
}
.TagClassName
{
border-color: #BC27CE;
}
</style>