Shades of Deep Magenta #B504D0
Tints of Deep Magenta #B504D0
RGB
CMYK
RGB Variations
Color information
#B504D0 (or 0xB504D0) is known color: Deep Magenta. HEX triplet: B5, 04 and D0. RGB value is (181,4,208). Sum of RGB (Red+Green+Blue) = 181+4+208=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #B504D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504D0 is #4AFB2F. Grayscale: #4F4F4F. Windows color (decimal): -4913968 or 13632693. OLE color: 13632693.
HSL color Cylindrical-coordinate representation of color #B504D0: hue angle of 292.06º 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 #B504D0 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 4 | 208 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.18 |
| HSL | 292.06º | 0.96% | 0.42% | - |
| HSV(B) | 292.06º | 0.98% | 0.82% | - |
| XYZ | 30.48 | 14.46 | 60.86 | - |
| YUV | 80.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 208 | 0.13 | 0.98 | 0 | 0.18 | 292.06 | 0.96 | 0.42 |
| Hex | B5 | 4 | D0 | D | 62 | 0 | 12 | 124 | 60 | 2A |
| Octal | 265 | 4 | 320 | 15 | 142 | 0 | 22 | 444 | 140 | 52 |
| Binary | 10110101 | 100 | 11010000 | 1101 | 1100010 | 0 | 10010 | 100100100 | 1100000 | 101010 |
Color Harmonies of #B504D0
Complementary color
Monochromatic Colors of #B504D0
Black with #B504D0
Text Example
Text Example
White with #B504D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504D0; }
p { color: rgb(181,4,208); }
H1.HeaderClassName
{
color: #B504D0;
}
.AnyTagClassName
{
color: #B504D0;
}
</style>
background-color css
<style>
a { background-color: #B504D0; }
a { background-color: rgb(181,4,208); }
div.DivClassName
{
background-color: #B504D0;
}
.BgClassName
{
background-color: #B504D0;
}
</style>
border-color css
<style>
span { border-color: #B504D0; }
span { border-color: rgb(181,4,208); }
td.TdClassName
{
border-color: #B504D0;
}
.TagClassName
{
border-color: #B504D0;
}
</style>