Shades of Dark Orchid #BC27CB
Tints of Dark Orchid #BC27CB
RGB
CMYK
RGB Variations
Color information
#BC27CB (or 0xBC27CB) is known color: Dark Orchid. HEX triplet: BC, 27 and CB. RGB value is (188,39,203). Sum of RGB (Red+Green+Blue) = 188+39+203=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27CB is #43D834. Grayscale: #656565. Windows color (decimal): -4446261 or 13313980. OLE color: 13313980.
HSL color Cylindrical-coordinate representation of color #BC27CB: hue angle of 294.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC27CB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 39 | 203 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.20 |
| HSL | 294.51º | 0.68% | 0.47% | - |
| HSV(B) | 294.51º | 0.81% | 0.8% | - |
| XYZ | 32.24 | 16.45 | 57.98 | - |
| YUV | 102.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 203 | 0.07 | 0.81 | 0 | 0.20 | 294.51 | 0.68 | 0.47 |
| Hex | BC | 27 | CB | 7 | 51 | 0 | 14 | 127 | 44 | 2F |
| Octal | 274 | 47 | 313 | 7 | 121 | 0 | 24 | 447 | 104 | 57 |
| Binary | 10111100 | 100111 | 11001011 | 111 | 1010001 | 0 | 10100 | 100100111 | 1000100 | 101111 |
Color Harmonies of #BC27CB
Complementary color
Monochromatic Colors of #BC27CB
Black with #BC27CB
Text Example
Text Example
White with #BC27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27CB; }
p { color: rgb(188,39,203); }
H1.HeaderClassName
{
color: #BC27CB;
}
.AnyTagClassName
{
color: #BC27CB;
}
</style>
background-color css
<style>
a { background-color: #BC27CB; }
a { background-color: rgb(188,39,203); }
div.DivClassName
{
background-color: #BC27CB;
}
.BgClassName
{
background-color: #BC27CB;
}
</style>
border-color css
<style>
span { border-color: #BC27CB; }
span { border-color: rgb(188,39,203); }
td.TdClassName
{
border-color: #BC27CB;
}
.TagClassName
{
border-color: #BC27CB;
}
</style>