Shades of Dark Orchid #B02EC8
Tints of Dark Orchid #B02EC8
RGB
CMYK
RGB Variations
Color information
#B02EC8 (or 0xB02EC8) is known color: Dark Orchid. HEX triplet: B0, 2E and C8. RGB value is (176,46,200). Sum of RGB (Red+Green+Blue) = 176+46+200=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #B02EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EC8 is #4FD137. Grayscale: #656565. Windows color (decimal): -5230904 or 13119152. OLE color: 13119152.
HSL color Cylindrical-coordinate representation of color #B02EC8: hue angle of 290.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02EC8 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 46 | 200 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.22 |
| HSL | 290.65º | 0.63% | 0.48% | - |
| HSV(B) | 290.65º | 0.77% | 0.78% | - |
| XYZ | 29.31 | 15.35 | 56.06 | - |
| YUV | 102.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 200 | 0.12 | 0.77 | 0 | 0.22 | 290.65 | 0.63 | 0.48 |
| Hex | B0 | 2E | C8 | C | 4D | 0 | 16 | 123 | 3F | 30 |
| Octal | 260 | 56 | 310 | 14 | 115 | 0 | 26 | 443 | 77 | 60 |
| Binary | 10110000 | 101110 | 11001000 | 1100 | 1001101 | 0 | 10110 | 100100011 | 111111 | 110000 |
Color Harmonies of #B02EC8
Complementary color
Monochromatic Colors of #B02EC8
Black with #B02EC8
Text Example
Text Example
White with #B02EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EC8; }
p { color: rgb(176,46,200); }
H1.HeaderClassName
{
color: #B02EC8;
}
.AnyTagClassName
{
color: #B02EC8;
}
</style>
background-color css
<style>
a { background-color: #B02EC8; }
a { background-color: rgb(176,46,200); }
div.DivClassName
{
background-color: #B02EC8;
}
.BgClassName
{
background-color: #B02EC8;
}
</style>
border-color css
<style>
span { border-color: #B02EC8; }
span { border-color: rgb(176,46,200); }
td.TdClassName
{
border-color: #B02EC8;
}
.TagClassName
{
border-color: #B02EC8;
}
</style>