Shades of Dark Orchid #B028EC
Tints of Dark Orchid #B028EC
RGB
CMYK
RGB Variations
Color information
#B028EC (or 0xB028EC) is known color: Dark Orchid. HEX triplet: B0, 28 and EC. RGB value is (176,40,236). Sum of RGB (Red+Green+Blue) = 176+40+236=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #B028EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B028EC is #4FD713. Grayscale: #666666. Windows color (decimal): -5232404 or 15476912. OLE color: 15476912.
HSL color Cylindrical-coordinate representation of color #B028EC: hue angle of 281.63º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B028EC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 40 | 236 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.07 |
| HSL | 281.63º | 0.84% | 0.54% | - |
| HSV(B) | 281.63º | 0.83% | 0.93% | - |
| XYZ | 33.8 | 16.8 | 80.82 | - |
| YUV | 103.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 236 | 0.25 | 0.83 | 0 | 0.07 | 281.63 | 0.84 | 0.54 |
| Hex | B0 | 28 | EC | 19 | 53 | 0 | 7 | 11A | 54 | 36 |
| Octal | 260 | 50 | 354 | 31 | 123 | 0 | 7 | 432 | 124 | 66 |
| Binary | 10110000 | 101000 | 11101100 | 11001 | 1010011 | 0 | 111 | 100011010 | 1010100 | 110110 |
Color Harmonies of #B028EC
Complementary color
Monochromatic Colors of #B028EC
Black with #B028EC
Text Example
Text Example
White with #B028EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028EC; }
p { color: rgb(176,40,236); }
H1.HeaderClassName
{
color: #B028EC;
}
.AnyTagClassName
{
color: #B028EC;
}
</style>
background-color css
<style>
a { background-color: #B028EC; }
a { background-color: rgb(176,40,236); }
div.DivClassName
{
background-color: #B028EC;
}
.BgClassName
{
background-color: #B028EC;
}
</style>
border-color css
<style>
span { border-color: #B028EC; }
span { border-color: rgb(176,40,236); }
td.TdClassName
{
border-color: #B028EC;
}
.TagClassName
{
border-color: #B028EC;
}
</style>