Shades of Dark Orchid #B02FDB
Tints of Dark Orchid #B02FDB
RGB
CMYK
RGB Variations
Color information
#B02FDB (or 0xB02FDB) is known color: Dark Orchid. HEX triplet: B0, 2F and DB. RGB value is (176,47,219). Sum of RGB (Red+Green+Blue) = 176+47+219=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B02FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FDB is #4FD024. Grayscale: #686868. Windows color (decimal): -5230629 or 14364592. OLE color: 14364592.
HSL color Cylindrical-coordinate representation of color #B02FDB: hue angle of 285º degrees, saturation: 0.7, 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 #B02FDB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 47 | 219 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.14 |
| HSL | 285º | 0.7% | 0.52% | - |
| HSV(B) | 285º | 0.79% | 0.86% | - |
| XYZ | 31.71 | 16.38 | 68.51 | - |
| YUV | 105.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 219 | 0.20 | 0.79 | 0 | 0.14 | 285 | 0.7 | 0.52 |
| Hex | B0 | 2F | DB | 14 | 4F | 0 | E | 11D | 46 | 34 |
| Octal | 260 | 57 | 333 | 24 | 117 | 0 | 16 | 435 | 106 | 64 |
| Binary | 10110000 | 101111 | 11011011 | 10100 | 1001111 | 0 | 1110 | 100011101 | 1000110 | 110100 |
Color Harmonies of #B02FDB
Complementary color
Monochromatic Colors of #B02FDB
Black with #B02FDB
Text Example
Text Example
White with #B02FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FDB; }
p { color: rgb(176,47,219); }
H1.HeaderClassName
{
color: #B02FDB;
}
.AnyTagClassName
{
color: #B02FDB;
}
</style>
background-color css
<style>
a { background-color: #B02FDB; }
a { background-color: rgb(176,47,219); }
div.DivClassName
{
background-color: #B02FDB;
}
.BgClassName
{
background-color: #B02FDB;
}
</style>
border-color css
<style>
span { border-color: #B02FDB; }
span { border-color: rgb(176,47,219); }
td.TdClassName
{
border-color: #B02FDB;
}
.TagClassName
{
border-color: #B02FDB;
}
</style>