Shades of Dark Orchid #BC28DB
Tints of Dark Orchid #BC28DB
RGB
CMYK
RGB Variations
Color information
#BC28DB (or 0xBC28DB) is known color: Dark Orchid. HEX triplet: BC, 28 and DB. RGB value is (188,40,219). Sum of RGB (Red+Green+Blue) = 188+40+219=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28DB is #43D724. Grayscale: #686868. Windows color (decimal): -4445989 or 14362812. OLE color: 14362812.
HSL color Cylindrical-coordinate representation of color #BC28DB: hue angle of 289.61º 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 #BC28DB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 40 | 219 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.14 |
| HSL | 289.61º | 0.71% | 0.51% | - |
| HSV(B) | 289.61º | 0.82% | 0.86% | - |
| XYZ | 34.28 | 17.32 | 68.55 | - |
| YUV | 104.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 219 | 0.14 | 0.82 | 0 | 0.14 | 289.61 | 0.71 | 0.51 |
| Hex | BC | 28 | DB | E | 52 | 0 | E | 122 | 47 | 33 |
| Octal | 274 | 50 | 333 | 16 | 122 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111100 | 101000 | 11011011 | 1110 | 1010010 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BC28DB
Complementary color
Monochromatic Colors of #BC28DB
Black with #BC28DB
Text Example
Text Example
White with #BC28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28DB; }
p { color: rgb(188,40,219); }
H1.HeaderClassName
{
color: #BC28DB;
}
.AnyTagClassName
{
color: #BC28DB;
}
</style>
background-color css
<style>
a { background-color: #BC28DB; }
a { background-color: rgb(188,40,219); }
div.DivClassName
{
background-color: #BC28DB;
}
.BgClassName
{
background-color: #BC28DB;
}
</style>
border-color css
<style>
span { border-color: #BC28DB; }
span { border-color: rgb(188,40,219); }
td.TdClassName
{
border-color: #BC28DB;
}
.TagClassName
{
border-color: #BC28DB;
}
</style>