Shades of Dark Orchid #B02DED
Tints of Dark Orchid #B02DED
RGB
CMYK
RGB Variations
Color information
#B02DED (or 0xB02DED) is known color: Dark Orchid. HEX triplet: B0, 2D and ED. RGB value is (176,45,237). Sum of RGB (Red+Green+Blue) = 176+45+237=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #B02DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DED is #4FD212. Grayscale: #696969. Windows color (decimal): -5231123 or 15543728. OLE color: 15543728.
HSL color Cylindrical-coordinate representation of color #B02DED: hue angle of 280.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02DED is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 45 | 237 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.07 |
| HSL | 280.94º | 0.84% | 0.55% | - |
| HSV(B) | 280.94º | 0.81% | 0.93% | - |
| XYZ | 34.13 | 17.22 | 81.65 | - |
| YUV | 106.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 237 | 0.26 | 0.81 | 0 | 0.07 | 280.94 | 0.84 | 0.55 |
| Hex | B0 | 2D | ED | 1A | 51 | 0 | 7 | 119 | 54 | 37 |
| Octal | 260 | 55 | 355 | 32 | 121 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10110000 | 101101 | 11101101 | 11010 | 1010001 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #B02DED
Complementary color
Monochromatic Colors of #B02DED
Black with #B02DED
Text Example
Text Example
White with #B02DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DED; }
p { color: rgb(176,45,237); }
H1.HeaderClassName
{
color: #B02DED;
}
.AnyTagClassName
{
color: #B02DED;
}
</style>
background-color css
<style>
a { background-color: #B02DED; }
a { background-color: rgb(176,45,237); }
div.DivClassName
{
background-color: #B02DED;
}
.BgClassName
{
background-color: #B02DED;
}
</style>
border-color css
<style>
span { border-color: #B02DED; }
span { border-color: rgb(176,45,237); }
td.TdClassName
{
border-color: #B02DED;
}
.TagClassName
{
border-color: #B02DED;
}
</style>