Shades of Deep Magenta #B716DB
Tints of Deep Magenta #B716DB
RGB
CMYK
RGB Variations
Color information
#B716DB (or 0xB716DB) is known color: Deep Magenta. HEX triplet: B7, 16 and DB. RGB value is (183,22,219). Sum of RGB (Red+Green+Blue) = 183+22+219=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B716DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716DB is #48E924. Grayscale: #5B5B5B. Windows color (decimal): -4778277 or 14358199. OLE color: 14358199.
HSL color Cylindrical-coordinate representation of color #B716DB: hue angle of 289.04º 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 #B716DB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 22 | 219 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.14 |
| HSL | 289.04º | 0.82% | 0.47% | - |
| HSV(B) | 289.04º | 0.9% | 0.86% | - |
| XYZ | 32.6 | 15.76 | 68.34 | - |
| YUV | 92.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 219 | 0.16 | 0.90 | 0 | 0.14 | 289.04 | 0.82 | 0.47 |
| Hex | B7 | 16 | DB | 10 | 5A | 0 | E | 121 | 52 | 2F |
| Octal | 267 | 26 | 333 | 20 | 132 | 0 | 16 | 441 | 122 | 57 |
| Binary | 10110111 | 10110 | 11011011 | 10000 | 1011010 | 0 | 1110 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B716DB
Complementary color
Monochromatic Colors of #B716DB
Black with #B716DB
Text Example
Text Example
White with #B716DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716DB; }
p { color: rgb(183,22,219); }
H1.HeaderClassName
{
color: #B716DB;
}
.AnyTagClassName
{
color: #B716DB;
}
</style>
background-color css
<style>
a { background-color: #B716DB; }
a { background-color: rgb(183,22,219); }
div.DivClassName
{
background-color: #B716DB;
}
.BgClassName
{
background-color: #B716DB;
}
</style>
border-color css
<style>
span { border-color: #B716DB; }
span { border-color: rgb(183,22,219); }
td.TdClassName
{
border-color: #B716DB;
}
.TagClassName
{
border-color: #B716DB;
}
</style>