Shades of Deep Magenta #B704DB
Tints of Deep Magenta #B704DB
RGB
CMYK
RGB Variations
Color information
#B704DB (or 0xB704DB) is known color: Deep Magenta. HEX triplet: B7, 04 and DB. RGB value is (183,4,219). Sum of RGB (Red+Green+Blue) = 183+4+219=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #B704DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704DB is #48FB24. Grayscale: #515151. Windows color (decimal): -4782885 or 14353591. OLE color: 14353591.
HSL color Cylindrical-coordinate representation of color #B704DB: hue angle of 289.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704DB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 4 | 219 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.14 |
| HSL | 289.95º | 0.96% | 0.44% | - |
| HSV(B) | 289.95º | 0.98% | 0.86% | - |
| XYZ | 32.36 | 15.27 | 68.26 | - |
| YUV | 82.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 219 | 0.16 | 0.98 | 0 | 0.14 | 289.95 | 0.96 | 0.44 |
| Hex | B7 | 4 | DB | 10 | 62 | 0 | E | 122 | 60 | 2C |
| Octal | 267 | 4 | 333 | 20 | 142 | 0 | 16 | 442 | 140 | 54 |
| Binary | 10110111 | 100 | 11011011 | 10000 | 1100010 | 0 | 1110 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B704DB
Complementary color
Monochromatic Colors of #B704DB
Black with #B704DB
Text Example
Text Example
White with #B704DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B704DB; }
p { color: rgb(183,4,219); }
H1.HeaderClassName
{
color: #B704DB;
}
.AnyTagClassName
{
color: #B704DB;
}
</style>
background-color css
<style>
a { background-color: #B704DB; }
a { background-color: rgb(183,4,219); }
div.DivClassName
{
background-color: #B704DB;
}
.BgClassName
{
background-color: #B704DB;
}
</style>
border-color css
<style>
span { border-color: #B704DB; }
span { border-color: rgb(183,4,219); }
td.TdClassName
{
border-color: #B704DB;
}
.TagClassName
{
border-color: #B704DB;
}
</style>