Shades of Dark Orchid #B02EC6
Tints of Dark Orchid #B02EC6
RGB
CMYK
RGB Variations
Color information
#B02EC6 (or 0xB02EC6) is known color: Dark Orchid. HEX triplet: B0, 2E and C6. RGB value is (176,46,198). Sum of RGB (Red+Green+Blue) = 176+46+198=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B02EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EC6 is #4FD139. Grayscale: #656565. Windows color (decimal): -5230906 or 12988080. OLE color: 12988080.
HSL color Cylindrical-coordinate representation of color #B02EC6: hue angle of 291.32º degrees, saturation: 0.62, 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 #B02EC6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 46 | 198 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.22 |
| HSL | 291.32º | 0.62% | 0.48% | - |
| HSV(B) | 291.32º | 0.77% | 0.78% | - |
| XYZ | 29.07 | 15.26 | 54.84 | - |
| YUV | 102.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 198 | 0.11 | 0.77 | 0 | 0.22 | 291.32 | 0.62 | 0.48 |
| Hex | B0 | 2E | C6 | B | 4D | 0 | 16 | 123 | 3E | 30 |
| Octal | 260 | 56 | 306 | 13 | 115 | 0 | 26 | 443 | 76 | 60 |
| Binary | 10110000 | 101110 | 11000110 | 1011 | 1001101 | 0 | 10110 | 100100011 | 111110 | 110000 |
Color Harmonies of #B02EC6
Complementary color
Monochromatic Colors of #B02EC6
Black with #B02EC6
Text Example
Text Example
White with #B02EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EC6; }
p { color: rgb(176,46,198); }
H1.HeaderClassName
{
color: #B02EC6;
}
.AnyTagClassName
{
color: #B02EC6;
}
</style>
background-color css
<style>
a { background-color: #B02EC6; }
a { background-color: rgb(176,46,198); }
div.DivClassName
{
background-color: #B02EC6;
}
.BgClassName
{
background-color: #B02EC6;
}
</style>
border-color css
<style>
span { border-color: #B02EC6; }
span { border-color: rgb(176,46,198); }
td.TdClassName
{
border-color: #B02EC6;
}
.TagClassName
{
border-color: #B02EC6;
}
</style>