Shades of Dark Orchid #BC27DB
Tints of Dark Orchid #BC27DB
RGB
CMYK
RGB Variations
Color information
#BC27DB (or 0xBC27DB) is known color: Dark Orchid. HEX triplet: BC, 27 and DB. RGB value is (188,39,219). Sum of RGB (Red+Green+Blue) = 188+39+219=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27DB is #43D824. Grayscale: #676767. Windows color (decimal): -4446245 or 14362556. OLE color: 14362556.
HSL color Cylindrical-coordinate representation of color #BC27DB: hue angle of 289.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC27DB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 39 | 219 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.14 |
| HSL | 289.67º | 0.71% | 0.51% | - |
| HSV(B) | 289.67º | 0.82% | 0.86% | - |
| XYZ | 34.25 | 17.26 | 68.54 | - |
| YUV | 104.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 219 | 0.14 | 0.82 | 0 | 0.14 | 289.67 | 0.71 | 0.51 |
| Hex | BC | 27 | DB | E | 52 | 0 | E | 122 | 47 | 33 |
| Octal | 274 | 47 | 333 | 16 | 122 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111100 | 100111 | 11011011 | 1110 | 1010010 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BC27DB
Complementary color
Monochromatic Colors of #BC27DB
Black with #BC27DB
Text Example
Text Example
White with #BC27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27DB; }
p { color: rgb(188,39,219); }
H1.HeaderClassName
{
color: #BC27DB;
}
.AnyTagClassName
{
color: #BC27DB;
}
</style>
background-color css
<style>
a { background-color: #BC27DB; }
a { background-color: rgb(188,39,219); }
div.DivClassName
{
background-color: #BC27DB;
}
.BgClassName
{
background-color: #BC27DB;
}
</style>
border-color css
<style>
span { border-color: #BC27DB; }
span { border-color: rgb(188,39,219); }
td.TdClassName
{
border-color: #BC27DB;
}
.TagClassName
{
border-color: #BC27DB;
}
</style>