Shades of Dark Orchid #BC28D9
Tints of Dark Orchid #BC28D9
RGB
CMYK
RGB Variations
Color information
#BC28D9 (or 0xBC28D9) is known color: Dark Orchid. HEX triplet: BC, 28 and D9. RGB value is (188,40,217). Sum of RGB (Red+Green+Blue) = 188+40+217=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC28D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D9 is #43D726. Grayscale: #676767. Windows color (decimal): -4445991 or 14231740. OLE color: 14231740.
HSL color Cylindrical-coordinate representation of color #BC28D9: hue angle of 290.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC28D9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 40 | 217 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.15 |
| HSL | 290.17º | 0.7% | 0.5% | - |
| HSV(B) | 290.17º | 0.82% | 0.85% | - |
| XYZ | 34.02 | 17.22 | 67.18 | - |
| YUV | 104.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 217 | 0.13 | 0.82 | 0 | 0.15 | 290.17 | 0.7 | 0.5 |
| Hex | BC | 28 | D9 | D | 52 | 0 | F | 122 | 46 | 32 |
| Octal | 274 | 50 | 331 | 15 | 122 | 0 | 17 | 442 | 106 | 62 |
| Binary | 10111100 | 101000 | 11011001 | 1101 | 1010010 | 0 | 1111 | 100100010 | 1000110 | 110010 |
Color Harmonies of #BC28D9
Complementary color
Monochromatic Colors of #BC28D9
Black with #BC28D9
Text Example
Text Example
White with #BC28D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28D9; }
p { color: rgb(188,40,217); }
H1.HeaderClassName
{
color: #BC28D9;
}
.AnyTagClassName
{
color: #BC28D9;
}
</style>
background-color css
<style>
a { background-color: #BC28D9; }
a { background-color: rgb(188,40,217); }
div.DivClassName
{
background-color: #BC28D9;
}
.BgClassName
{
background-color: #BC28D9;
}
</style>
border-color css
<style>
span { border-color: #BC28D9; }
span { border-color: rgb(188,40,217); }
td.TdClassName
{
border-color: #BC28D9;
}
.TagClassName
{
border-color: #BC28D9;
}
</style>