Shades of Dark Orchid #BC28E6
Tints of Dark Orchid #BC28E6
RGB
CMYK
RGB Variations
Color information
#BC28E6 (or 0xBC28E6) is known color: Dark Orchid. HEX triplet: BC, 28 and E6. RGB value is (188,40,230). Sum of RGB (Red+Green+Blue) = 188+40+230=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC28E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28E6 is #43D719. Grayscale: #696969. Windows color (decimal): -4445978 or 15083708. OLE color: 15083708.
HSL color Cylindrical-coordinate representation of color #BC28E6: hue angle of 286.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC28E6 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 40 | 230 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.10 |
| HSL | 286.74º | 0.79% | 0.53% | - |
| HSV(B) | 286.74º | 0.83% | 0.9% | - |
| XYZ | 35.78 | 17.92 | 76.44 | - |
| YUV | 105.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 230 | 0.18 | 0.83 | 0 | 0.10 | 286.74 | 0.79 | 0.53 |
| Hex | BC | 28 | E6 | 12 | 53 | 0 | A | 11F | 4F | 35 |
| Octal | 274 | 50 | 346 | 22 | 123 | 0 | 12 | 437 | 117 | 65 |
| Binary | 10111100 | 101000 | 11100110 | 10010 | 1010011 | 0 | 1010 | 100011111 | 1001111 | 110101 |
Color Harmonies of #BC28E6
Complementary color
Monochromatic Colors of #BC28E6
Black with #BC28E6
Text Example
Text Example
White with #BC28E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28E6; }
p { color: rgb(188,40,230); }
H1.HeaderClassName
{
color: #BC28E6;
}
.AnyTagClassName
{
color: #BC28E6;
}
</style>
background-color css
<style>
a { background-color: #BC28E6; }
a { background-color: rgb(188,40,230); }
div.DivClassName
{
background-color: #BC28E6;
}
.BgClassName
{
background-color: #BC28E6;
}
</style>
border-color css
<style>
span { border-color: #BC28E6; }
span { border-color: rgb(188,40,230); }
td.TdClassName
{
border-color: #BC28E6;
}
.TagClassName
{
border-color: #BC28E6;
}
</style>