Shades of Dark Orchid #B02DE6
Tints of Dark Orchid #B02DE6
RGB
CMYK
RGB Variations
Color information
#B02DE6 (or 0xB02DE6) is known color: Dark Orchid. HEX triplet: B0, 2D and E6. RGB value is (176,45,230). Sum of RGB (Red+Green+Blue) = 176+45+230=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #B02DE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DE6 is #4FD219. Grayscale: #686868. Windows color (decimal): -5231130 or 15084976. OLE color: 15084976.
HSL color Cylindrical-coordinate representation of color #B02DE6: hue angle of 282.49º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02DE6 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 45 | 230 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.10 |
| HSL | 282.49º | 0.79% | 0.54% | - |
| HSV(B) | 282.49º | 0.8% | 0.9% | - |
| XYZ | 33.13 | 16.82 | 76.36 | - |
| YUV | 105.26 | 198.4 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 230 | 0.23 | 0.80 | 0 | 0.10 | 282.49 | 0.79 | 0.54 |
| Hex | B0 | 2D | E6 | 17 | 50 | 0 | A | 11A | 4F | 36 |
| Octal | 260 | 55 | 346 | 27 | 120 | 0 | 12 | 432 | 117 | 66 |
| Binary | 10110000 | 101101 | 11100110 | 10111 | 1010000 | 0 | 1010 | 100011010 | 1001111 | 110110 |
Color Harmonies of #B02DE6
Complementary color
Monochromatic Colors of #B02DE6
Black with #B02DE6
Text Example
Text Example
White with #B02DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DE6; }
p { color: rgb(176,45,230); }
H1.HeaderClassName
{
color: #B02DE6;
}
.AnyTagClassName
{
color: #B02DE6;
}
</style>
background-color css
<style>
a { background-color: #B02DE6; }
a { background-color: rgb(176,45,230); }
div.DivClassName
{
background-color: #B02DE6;
}
.BgClassName
{
background-color: #B02DE6;
}
</style>
border-color css
<style>
span { border-color: #B02DE6; }
span { border-color: rgb(176,45,230); }
td.TdClassName
{
border-color: #B02DE6;
}
.TagClassName
{
border-color: #B02DE6;
}
</style>