Shades of Dark Orchid #B02EDD
Tints of Dark Orchid #B02EDD
RGB
CMYK
RGB Variations
Color information
#B02EDD (or 0xB02EDD) is known color: Dark Orchid. HEX triplet: B0, 2E and DD. RGB value is (176,46,221). Sum of RGB (Red+Green+Blue) = 176+46+221=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B02EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EDD is #4FD122. Grayscale: #686868. Windows color (decimal): -5230883 or 14495408. OLE color: 14495408.
HSL color Cylindrical-coordinate representation of color #B02EDD: hue angle of 284.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02EDD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 46 | 221 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.13 |
| HSL | 284.57º | 0.72% | 0.52% | - |
| HSV(B) | 284.57º | 0.79% | 0.87% | - |
| XYZ | 31.93 | 16.4 | 69.89 | - |
| YUV | 104.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 221 | 0.20 | 0.79 | 0 | 0.13 | 284.57 | 0.72 | 0.52 |
| Hex | B0 | 2E | DD | 14 | 4F | 0 | D | 11D | 48 | 34 |
| Octal | 260 | 56 | 335 | 24 | 117 | 0 | 15 | 435 | 110 | 64 |
| Binary | 10110000 | 101110 | 11011101 | 10100 | 1001111 | 0 | 1101 | 100011101 | 1001000 | 110100 |
Color Harmonies of #B02EDD
Complementary color
Monochromatic Colors of #B02EDD
Black with #B02EDD
Text Example
Text Example
White with #B02EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EDD; }
p { color: rgb(176,46,221); }
H1.HeaderClassName
{
color: #B02EDD;
}
.AnyTagClassName
{
color: #B02EDD;
}
</style>
background-color css
<style>
a { background-color: #B02EDD; }
a { background-color: rgb(176,46,221); }
div.DivClassName
{
background-color: #B02EDD;
}
.BgClassName
{
background-color: #B02EDD;
}
</style>
border-color css
<style>
span { border-color: #B02EDD; }
span { border-color: rgb(176,46,221); }
td.TdClassName
{
border-color: #B02EDD;
}
.TagClassName
{
border-color: #B02EDD;
}
</style>