Shades of Deep Magenta #B501C4
Tints of Deep Magenta #B501C4
RGB
CMYK
RGB Variations
Color information
#B501C4 (or 0xB501C4) is known color: Deep Magenta. HEX triplet: B5, 01 and C4. RGB value is (181,1,196). Sum of RGB (Red+Green+Blue) = 181+1+196=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #B501C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501C4 is #4AFE3B. Grayscale: #4C4C4C. Windows color (decimal): -4914748 or 12845493. OLE color: 12845493.
HSL color Cylindrical-coordinate representation of color #B501C4: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501C4 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 1 | 196 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.23 |
| HSL | 295.38º | 0.99% | 0.39% | - |
| HSV(B) | 295.38º | 0.99% | 0.77% | - |
| XYZ | 29.03 | 13.83 | 53.36 | - |
| YUV | 77.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 196 | 0.08 | 0.99 | 0 | 0.23 | 295.38 | 0.99 | 0.39 |
| Hex | B5 | 1 | C4 | 8 | 63 | 0 | 17 | 127 | 63 | 27 |
| Octal | 265 | 1 | 304 | 10 | 143 | 0 | 27 | 447 | 143 | 47 |
| Binary | 10110101 | 1 | 11000100 | 1000 | 1100011 | 0 | 10111 | 100100111 | 1100011 | 100111 |
Color Harmonies of #B501C4
Complementary color
Monochromatic Colors of #B501C4
Black with #B501C4
Text Example
Text Example
White with #B501C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501C4; }
p { color: rgb(181,1,196); }
H1.HeaderClassName
{
color: #B501C4;
}
.AnyTagClassName
{
color: #B501C4;
}
</style>
background-color css
<style>
a { background-color: #B501C4; }
a { background-color: rgb(181,1,196); }
div.DivClassName
{
background-color: #B501C4;
}
.BgClassName
{
background-color: #B501C4;
}
</style>
border-color css
<style>
span { border-color: #B501C4; }
span { border-color: rgb(181,1,196); }
td.TdClassName
{
border-color: #B501C4;
}
.TagClassName
{
border-color: #B501C4;
}
</style>