Shades of Deep Magenta #B501C7
Tints of Deep Magenta #B501C7
RGB
CMYK
RGB Variations
Color information
#B501C7 (or 0xB501C7) is known color: Deep Magenta. HEX triplet: B5, 01 and C7. RGB value is (181,1,199). Sum of RGB (Red+Green+Blue) = 181+1+199=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #B501C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501C7 is #4AFE38. Grayscale: #4C4C4C. Windows color (decimal): -4914745 or 13042101. OLE color: 13042101.
HSL color Cylindrical-coordinate representation of color #B501C7: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501C7 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 1 | 199 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.22 |
| HSL | 294.55º | 0.99% | 0.39% | - |
| HSV(B) | 294.55º | 0.99% | 0.78% | - |
| XYZ | 29.38 | 13.97 | 55.18 | - |
| YUV | 77.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 199 | 0.09 | 0.99 | 0 | 0.22 | 294.55 | 0.99 | 0.39 |
| Hex | B5 | 1 | C7 | 9 | 63 | 0 | 16 | 127 | 63 | 27 |
| Octal | 265 | 1 | 307 | 11 | 143 | 0 | 26 | 447 | 143 | 47 |
| Binary | 10110101 | 1 | 11000111 | 1001 | 1100011 | 0 | 10110 | 100100111 | 1100011 | 100111 |
Color Harmonies of #B501C7
Complementary color
Monochromatic Colors of #B501C7
Black with #B501C7
Text Example
Text Example
White with #B501C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501C7; }
p { color: rgb(181,1,199); }
H1.HeaderClassName
{
color: #B501C7;
}
.AnyTagClassName
{
color: #B501C7;
}
</style>
background-color css
<style>
a { background-color: #B501C7; }
a { background-color: rgb(181,1,199); }
div.DivClassName
{
background-color: #B501C7;
}
.BgClassName
{
background-color: #B501C7;
}
</style>
border-color css
<style>
span { border-color: #B501C7; }
span { border-color: rgb(181,1,199); }
td.TdClassName
{
border-color: #B501C7;
}
.TagClassName
{
border-color: #B501C7;
}
</style>