Shades of Deep Magenta #B504D2
Tints of Deep Magenta #B504D2
RGB
CMYK
RGB Variations
Color information
#B504D2 (or 0xB504D2) is known color: Deep Magenta. HEX triplet: B5, 04 and D2. RGB value is (181,4,210). Sum of RGB (Red+Green+Blue) = 181+4+210=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #B504D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504D2 is #4AFB2D. Grayscale: #4F4F4F. Windows color (decimal): -4913966 or 13763765. OLE color: 13763765.
HSL color Cylindrical-coordinate representation of color #B504D2: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504D2 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 4 | 210 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.18 |
| HSL | 291.55º | 0.96% | 0.42% | - |
| HSV(B) | 291.55º | 0.98% | 0.82% | - |
| XYZ | 30.73 | 14.56 | 62.16 | - |
| YUV | 80.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 210 | 0.14 | 0.98 | 0 | 0.18 | 291.55 | 0.96 | 0.42 |
| Hex | B5 | 4 | D2 | E | 62 | 0 | 12 | 124 | 60 | 2A |
| Octal | 265 | 4 | 322 | 16 | 142 | 0 | 22 | 444 | 140 | 52 |
| Binary | 10110101 | 100 | 11010010 | 1110 | 1100010 | 0 | 10010 | 100100100 | 1100000 | 101010 |
Color Harmonies of #B504D2
Complementary color
Monochromatic Colors of #B504D2
Black with #B504D2
Text Example
Text Example
White with #B504D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504D2; }
p { color: rgb(181,4,210); }
H1.HeaderClassName
{
color: #B504D2;
}
.AnyTagClassName
{
color: #B504D2;
}
</style>
background-color css
<style>
a { background-color: #B504D2; }
a { background-color: rgb(181,4,210); }
div.DivClassName
{
background-color: #B504D2;
}
.BgClassName
{
background-color: #B504D2;
}
</style>
border-color css
<style>
span { border-color: #B504D2; }
span { border-color: rgb(181,4,210); }
td.TdClassName
{
border-color: #B504D2;
}
.TagClassName
{
border-color: #B504D2;
}
</style>