Shades of Deep Magenta #B604DB
Tints of Deep Magenta #B604DB
RGB
CMYK
RGB Variations
Color information
#B604DB (or 0xB604DB) is known color: Deep Magenta. HEX triplet: B6, 04 and DB. RGB value is (182,4,219). Sum of RGB (Red+Green+Blue) = 182+4+219=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B604DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B604DB is #49FB24. Grayscale: #515151. Windows color (decimal): -4848421 or 14353590. OLE color: 14353590.
HSL color Cylindrical-coordinate representation of color #B604DB: hue angle of 289.67º 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 #B604DB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 4 | 219 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.14 |
| HSL | 289.67º | 0.96% | 0.44% | - |
| HSV(B) | 289.67º | 0.98% | 0.86% | - |
| XYZ | 32.12 | 15.15 | 68.25 | - |
| YUV | 81.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 219 | 0.17 | 0.98 | 0 | 0.14 | 289.67 | 0.96 | 0.44 |
| Hex | B6 | 4 | DB | 11 | 62 | 0 | E | 122 | 60 | 2C |
| Octal | 266 | 4 | 333 | 21 | 142 | 0 | 16 | 442 | 140 | 54 |
| Binary | 10110110 | 100 | 11011011 | 10001 | 1100010 | 0 | 1110 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B604DB
Complementary color
Monochromatic Colors of #B604DB
Black with #B604DB
Text Example
Text Example
White with #B604DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B604DB; }
p { color: rgb(182,4,219); }
H1.HeaderClassName
{
color: #B604DB;
}
.AnyTagClassName
{
color: #B604DB;
}
</style>
background-color css
<style>
a { background-color: #B604DB; }
a { background-color: rgb(182,4,219); }
div.DivClassName
{
background-color: #B604DB;
}
.BgClassName
{
background-color: #B604DB;
}
</style>
border-color css
<style>
span { border-color: #B604DB; }
span { border-color: rgb(182,4,219); }
td.TdClassName
{
border-color: #B604DB;
}
.TagClassName
{
border-color: #B604DB;
}
</style>