Shades of Deep Magenta #B806DB
Tints of Deep Magenta #B806DB
RGB
CMYK
RGB Variations
Color information
#B806DB (or 0xB806DB) is known color: Deep Magenta. HEX triplet: B8, 06 and DB. RGB value is (184,6,219). Sum of RGB (Red+Green+Blue) = 184+6+219=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B806DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806DB is #47F924. Grayscale: #525252. Windows color (decimal): -4716837 or 14354104. OLE color: 14354104.
HSL color Cylindrical-coordinate representation of color #B806DB: hue angle of 290.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806DB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 6 | 219 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.14 |
| HSL | 290.14º | 0.95% | 0.44% | - |
| HSV(B) | 290.14º | 0.97% | 0.86% | - |
| XYZ | 32.62 | 15.44 | 68.28 | - |
| YUV | 83.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 219 | 0.16 | 0.97 | 0 | 0.14 | 290.14 | 0.95 | 0.44 |
| Hex | B8 | 6 | DB | 10 | 61 | 0 | E | 122 | 5F | 2C |
| Octal | 270 | 6 | 333 | 20 | 141 | 0 | 16 | 442 | 137 | 54 |
| Binary | 10111000 | 110 | 11011011 | 10000 | 1100001 | 0 | 1110 | 100100010 | 1011111 | 101100 |
Color Harmonies of #B806DB
Complementary color
Monochromatic Colors of #B806DB
Black with #B806DB
Text Example
Text Example
White with #B806DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B806DB; }
p { color: rgb(184,6,219); }
H1.HeaderClassName
{
color: #B806DB;
}
.AnyTagClassName
{
color: #B806DB;
}
</style>
background-color css
<style>
a { background-color: #B806DB; }
a { background-color: rgb(184,6,219); }
div.DivClassName
{
background-color: #B806DB;
}
.BgClassName
{
background-color: #B806DB;
}
</style>
border-color css
<style>
span { border-color: #B806DB; }
span { border-color: rgb(184,6,219); }
td.TdClassName
{
border-color: #B806DB;
}
.TagClassName
{
border-color: #B806DB;
}
</style>