Shades of Deep Magenta #B504C0
Tints of Deep Magenta #B504C0
RGB
CMYK
RGB Variations
Color information
#B504C0 (or 0xB504C0) is known color: Deep Magenta. HEX triplet: B5, 04 and C0. RGB value is (181,4,192). Sum of RGB (Red+Green+Blue) = 181+4+192=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #B504C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504C0 is #4AFB3F. Grayscale: #4D4D4D. Windows color (decimal): -4913984 or 12584117. OLE color: 12584117.
HSL color Cylindrical-coordinate representation of color #B504C0: hue angle of 296.49º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504C0 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 4 | 192 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.25 |
| HSL | 296.49º | 0.96% | 0.38% | - |
| HSV(B) | 296.49º | 0.98% | 0.75% | - |
| XYZ | 28.61 | 13.72 | 51.01 | - |
| YUV | 78.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 192 | 0.06 | 0.98 | 0 | 0.25 | 296.49 | 0.96 | 0.38 |
| Hex | B5 | 4 | C0 | 6 | 62 | 0 | 19 | 128 | 60 | 26 |
| Octal | 265 | 4 | 300 | 6 | 142 | 0 | 31 | 450 | 140 | 46 |
| Binary | 10110101 | 100 | 11000000 | 110 | 1100010 | 0 | 11001 | 100101000 | 1100000 | 100110 |
Color Harmonies of #B504C0
Complementary color
Monochromatic Colors of #B504C0
Black with #B504C0
Text Example
Text Example
White with #B504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504C0; }
p { color: rgb(181,4,192); }
H1.HeaderClassName
{
color: #B504C0;
}
.AnyTagClassName
{
color: #B504C0;
}
</style>
background-color css
<style>
a { background-color: #B504C0; }
a { background-color: rgb(181,4,192); }
div.DivClassName
{
background-color: #B504C0;
}
.BgClassName
{
background-color: #B504C0;
}
</style>
border-color css
<style>
span { border-color: #B504C0; }
span { border-color: rgb(181,4,192); }
td.TdClassName
{
border-color: #B504C0;
}
.TagClassName
{
border-color: #B504C0;
}
</style>