Shades of Deep Magenta #B504BD
Tints of Deep Magenta #B504BD
RGB
CMYK
RGB Variations
Color information
#B504BD (or 0xB504BD) is known color: Deep Magenta. HEX triplet: B5, 04 and BD. RGB value is (181,4,189). Sum of RGB (Red+Green+Blue) = 181+4+189=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B504BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504BD is #4AFB42. Grayscale: #4D4D4D. Windows color (decimal): -4913987 or 12387509. OLE color: 12387509.
HSL color Cylindrical-coordinate representation of color #B504BD: hue angle of 297.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504BD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 4 | 189 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.26 |
| HSL | 297.41º | 0.96% | 0.38% | - |
| HSV(B) | 297.41º | 0.98% | 0.74% | - |
| XYZ | 28.28 | 13.58 | 49.28 | - |
| YUV | 78.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 189 | 0.04 | 0.98 | 0 | 0.26 | 297.41 | 0.96 | 0.38 |
| Hex | B5 | 4 | BD | 4 | 62 | 0 | 1A | 129 | 60 | 26 |
| Octal | 265 | 4 | 275 | 4 | 142 | 0 | 32 | 451 | 140 | 46 |
| Binary | 10110101 | 100 | 10111101 | 100 | 1100010 | 0 | 11010 | 100101001 | 1100000 | 100110 |
Color Harmonies of #B504BD
Complementary color
Monochromatic Colors of #B504BD
Black with #B504BD
Text Example
Text Example
White with #B504BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504BD; }
p { color: rgb(181,4,189); }
H1.HeaderClassName
{
color: #B504BD;
}
.AnyTagClassName
{
color: #B504BD;
}
</style>
background-color css
<style>
a { background-color: #B504BD; }
a { background-color: rgb(181,4,189); }
div.DivClassName
{
background-color: #B504BD;
}
.BgClassName
{
background-color: #B504BD;
}
</style>
border-color css
<style>
span { border-color: #B504BD; }
span { border-color: rgb(181,4,189); }
td.TdClassName
{
border-color: #B504BD;
}
.TagClassName
{
border-color: #B504BD;
}
</style>