Shades of Dark Orchid #B02DDB
Tints of Dark Orchid #B02DDB
RGB
CMYK
RGB Variations
Color information
#B02DDB (or 0xB02DDB) is known color: Dark Orchid. HEX triplet: B0, 2D and DB. RGB value is (176,45,219). Sum of RGB (Red+Green+Blue) = 176+45+219=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B02DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DDB is #4FD224. Grayscale: #676767. Windows color (decimal): -5231141 or 14364080. OLE color: 14364080.
HSL color Cylindrical-coordinate representation of color #B02DDB: hue angle of 285.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02DDB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 45 | 219 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.14 |
| HSL | 285.17º | 0.71% | 0.52% | - |
| HSV(B) | 285.17º | 0.79% | 0.86% | - |
| XYZ | 31.63 | 16.22 | 68.48 | - |
| YUV | 104.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 219 | 0.20 | 0.79 | 0 | 0.14 | 285.17 | 0.71 | 0.52 |
| Hex | B0 | 2D | DB | 14 | 4F | 0 | E | 11D | 47 | 34 |
| Octal | 260 | 55 | 333 | 24 | 117 | 0 | 16 | 435 | 107 | 64 |
| Binary | 10110000 | 101101 | 11011011 | 10100 | 1001111 | 0 | 1110 | 100011101 | 1000111 | 110100 |
Color Harmonies of #B02DDB
Complementary color
Monochromatic Colors of #B02DDB
Black with #B02DDB
Text Example
Text Example
White with #B02DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DDB; }
p { color: rgb(176,45,219); }
H1.HeaderClassName
{
color: #B02DDB;
}
.AnyTagClassName
{
color: #B02DDB;
}
</style>
background-color css
<style>
a { background-color: #B02DDB; }
a { background-color: rgb(176,45,219); }
div.DivClassName
{
background-color: #B02DDB;
}
.BgClassName
{
background-color: #B02DDB;
}
</style>
border-color css
<style>
span { border-color: #B02DDB; }
span { border-color: rgb(176,45,219); }
td.TdClassName
{
border-color: #B02DDB;
}
.TagClassName
{
border-color: #B02DDB;
}
</style>