Shades of Deep Magenta #B504C1
Tints of Deep Magenta #B504C1
RGB
CMYK
RGB Variations
Color information
#B504C1 (or 0xB504C1) is known color: Deep Magenta. HEX triplet: B5, 04 and C1. RGB value is (181,4,193). Sum of RGB (Red+Green+Blue) = 181+4+193=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #B504C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504C1 is #4AFB3E. Grayscale: #4D4D4D. Windows color (decimal): -4913983 or 12649653. OLE color: 12649653.
HSL color Cylindrical-coordinate representation of color #B504C1: hue angle of 296.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504C1 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 4 | 193 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.24 |
| HSL | 296.19º | 0.96% | 0.39% | - |
| HSV(B) | 296.19º | 0.98% | 0.76% | - |
| XYZ | 28.73 | 13.76 | 51.59 | - |
| YUV | 78.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 193 | 0.06 | 0.98 | 0 | 0.24 | 296.19 | 0.96 | 0.39 |
| Hex | B5 | 4 | C1 | 6 | 62 | 0 | 18 | 128 | 60 | 27 |
| Octal | 265 | 4 | 301 | 6 | 142 | 0 | 30 | 450 | 140 | 47 |
| Binary | 10110101 | 100 | 11000001 | 110 | 1100010 | 0 | 11000 | 100101000 | 1100000 | 100111 |
Color Harmonies of #B504C1
Complementary color
Monochromatic Colors of #B504C1
Black with #B504C1
Text Example
Text Example
White with #B504C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504C1; }
p { color: rgb(181,4,193); }
H1.HeaderClassName
{
color: #B504C1;
}
.AnyTagClassName
{
color: #B504C1;
}
</style>
background-color css
<style>
a { background-color: #B504C1; }
a { background-color: rgb(181,4,193); }
div.DivClassName
{
background-color: #B504C1;
}
.BgClassName
{
background-color: #B504C1;
}
</style>
border-color css
<style>
span { border-color: #B504C1; }
span { border-color: rgb(181,4,193); }
td.TdClassName
{
border-color: #B504C1;
}
.TagClassName
{
border-color: #B504C1;
}
</style>