Shades of Dark Orchid #BC28E4
Tints of Dark Orchid #BC28E4
RGB
CMYK
RGB Variations
Color information
#BC28E4 (or 0xBC28E4) is known color: Dark Orchid. HEX triplet: BC, 28 and E4. RGB value is (188,40,228). Sum of RGB (Red+Green+Blue) = 188+40+228=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28E4 is #43D71B. Grayscale: #696969. Windows color (decimal): -4445980 or 14952636. OLE color: 14952636.
HSL color Cylindrical-coordinate representation of color #BC28E4: hue angle of 287.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC28E4 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 40 | 228 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.11 |
| HSL | 287.23º | 0.78% | 0.53% | - |
| HSV(B) | 287.23º | 0.82% | 0.89% | - |
| XYZ | 35.5 | 17.81 | 74.97 | - |
| YUV | 105.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 228 | 0.18 | 0.82 | 0 | 0.11 | 287.23 | 0.78 | 0.53 |
| Hex | BC | 28 | E4 | 12 | 52 | 0 | B | 11F | 4E | 35 |
| Octal | 274 | 50 | 344 | 22 | 122 | 0 | 13 | 437 | 116 | 65 |
| Binary | 10111100 | 101000 | 11100100 | 10010 | 1010010 | 0 | 1011 | 100011111 | 1001110 | 110101 |
Color Harmonies of #BC28E4
Complementary color
Monochromatic Colors of #BC28E4
Black with #BC28E4
Text Example
Text Example
White with #BC28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28E4; }
p { color: rgb(188,40,228); }
H1.HeaderClassName
{
color: #BC28E4;
}
.AnyTagClassName
{
color: #BC28E4;
}
</style>
background-color css
<style>
a { background-color: #BC28E4; }
a { background-color: rgb(188,40,228); }
div.DivClassName
{
background-color: #BC28E4;
}
.BgClassName
{
background-color: #BC28E4;
}
</style>
border-color css
<style>
span { border-color: #BC28E4; }
span { border-color: rgb(188,40,228); }
td.TdClassName
{
border-color: #BC28E4;
}
.TagClassName
{
border-color: #BC28E4;
}
</style>