Shades of Deep Magenta #B616DB
Tints of Deep Magenta #B616DB
RGB
CMYK
RGB Variations
Color information
#B616DB (or 0xB616DB) is known color: Deep Magenta. HEX triplet: B6, 16 and DB. RGB value is (182,22,219). Sum of RGB (Red+Green+Blue) = 182+22+219=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B616DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616DB is #49E924. Grayscale: #5B5B5B. Windows color (decimal): -4843813 or 14358198. OLE color: 14358198.
HSL color Cylindrical-coordinate representation of color #B616DB: hue angle of 288.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616DB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 22 | 219 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.14 |
| HSL | 288.73º | 0.82% | 0.47% | - |
| HSV(B) | 288.73º | 0.9% | 0.86% | - |
| XYZ | 32.36 | 15.63 | 68.33 | - |
| YUV | 92.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 219 | 0.17 | 0.90 | 0 | 0.14 | 288.73 | 0.82 | 0.47 |
| Hex | B6 | 16 | DB | 11 | 5A | 0 | E | 121 | 52 | 2F |
| Octal | 266 | 26 | 333 | 21 | 132 | 0 | 16 | 441 | 122 | 57 |
| Binary | 10110110 | 10110 | 11011011 | 10001 | 1011010 | 0 | 1110 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B616DB
Complementary color
Monochromatic Colors of #B616DB
Black with #B616DB
Text Example
Text Example
White with #B616DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616DB; }
p { color: rgb(182,22,219); }
H1.HeaderClassName
{
color: #B616DB;
}
.AnyTagClassName
{
color: #B616DB;
}
</style>
background-color css
<style>
a { background-color: #B616DB; }
a { background-color: rgb(182,22,219); }
div.DivClassName
{
background-color: #B616DB;
}
.BgClassName
{
background-color: #B616DB;
}
</style>
border-color css
<style>
span { border-color: #B616DB; }
span { border-color: rgb(182,22,219); }
td.TdClassName
{
border-color: #B616DB;
}
.TagClassName
{
border-color: #B616DB;
}
</style>