Shades of Dark Orchid #BC27E1
Tints of Dark Orchid #BC27E1
RGB
CMYK
RGB Variations
Color information
#BC27E1 (or 0xBC27E1) is known color: Dark Orchid. HEX triplet: BC, 27 and E1. RGB value is (188,39,225). Sum of RGB (Red+Green+Blue) = 188+39+225=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC27E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27E1 is #43D81E. Grayscale: #686868. Windows color (decimal): -4446239 or 14755772. OLE color: 14755772.
HSL color Cylindrical-coordinate representation of color #BC27E1: hue angle of 288.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC27E1 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 39 | 225 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.12 |
| HSL | 288.06º | 0.76% | 0.52% | - |
| HSV(B) | 288.06º | 0.83% | 0.88% | - |
| XYZ | 35.06 | 17.58 | 72.78 | - |
| YUV | 104.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 225 | 0.16 | 0.83 | 0 | 0.12 | 288.06 | 0.76 | 0.52 |
| Hex | BC | 27 | E1 | 10 | 53 | 0 | C | 120 | 4C | 34 |
| Octal | 274 | 47 | 341 | 20 | 123 | 0 | 14 | 440 | 114 | 64 |
| Binary | 10111100 | 100111 | 11100001 | 10000 | 1010011 | 0 | 1100 | 100100000 | 1001100 | 110100 |
Color Harmonies of #BC27E1
Complementary color
Monochromatic Colors of #BC27E1
Black with #BC27E1
Text Example
Text Example
White with #BC27E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27E1; }
p { color: rgb(188,39,225); }
H1.HeaderClassName
{
color: #BC27E1;
}
.AnyTagClassName
{
color: #BC27E1;
}
</style>
background-color css
<style>
a { background-color: #BC27E1; }
a { background-color: rgb(188,39,225); }
div.DivClassName
{
background-color: #BC27E1;
}
.BgClassName
{
background-color: #BC27E1;
}
</style>
border-color css
<style>
span { border-color: #BC27E1; }
span { border-color: rgb(188,39,225); }
td.TdClassName
{
border-color: #BC27E1;
}
.TagClassName
{
border-color: #BC27E1;
}
</style>