Shades of Dark Orchid #BC28E0
Tints of Dark Orchid #BC28E0
RGB
CMYK
RGB Variations
Color information
#BC28E0 (or 0xBC28E0) is known color: Dark Orchid. HEX triplet: BC, 28 and E0. RGB value is (188,40,224). Sum of RGB (Red+Green+Blue) = 188+40+224=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC28E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28E0 is #43D71F. Grayscale: #686868. Windows color (decimal): -4445984 or 14690492. OLE color: 14690492.
HSL color Cylindrical-coordinate representation of color #BC28E0: hue angle of 288.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC28E0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 40 | 224 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.12 |
| HSL | 288.26º | 0.75% | 0.52% | - |
| HSV(B) | 288.26º | 0.82% | 0.88% | - |
| XYZ | 34.95 | 17.59 | 72.07 | - |
| YUV | 105.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 224 | 0.16 | 0.82 | 0 | 0.12 | 288.26 | 0.75 | 0.52 |
| Hex | BC | 28 | E0 | 10 | 52 | 0 | C | 120 | 4B | 34 |
| Octal | 274 | 50 | 340 | 20 | 122 | 0 | 14 | 440 | 113 | 64 |
| Binary | 10111100 | 101000 | 11100000 | 10000 | 1010010 | 0 | 1100 | 100100000 | 1001011 | 110100 |
Color Harmonies of #BC28E0
Complementary color
Monochromatic Colors of #BC28E0
Black with #BC28E0
Text Example
Text Example
White with #BC28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28E0; }
p { color: rgb(188,40,224); }
H1.HeaderClassName
{
color: #BC28E0;
}
.AnyTagClassName
{
color: #BC28E0;
}
</style>
background-color css
<style>
a { background-color: #BC28E0; }
a { background-color: rgb(188,40,224); }
div.DivClassName
{
background-color: #BC28E0;
}
.BgClassName
{
background-color: #BC28E0;
}
</style>
border-color css
<style>
span { border-color: #BC28E0; }
span { border-color: rgb(188,40,224); }
td.TdClassName
{
border-color: #BC28E0;
}
.TagClassName
{
border-color: #BC28E0;
}
</style>