Shades of Deep Magenta #B71CB1
Tints of Deep Magenta #B71CB1
RGB
CMYK
RGB Variations
Color information
#B71CB1 (or 0xB71CB1) is known color: Deep Magenta. HEX triplet: B7, 1C and B1. RGB value is (183,28,177). Sum of RGB (Red+Green+Blue) = 183+28+177=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CB1 is #48E34E. Grayscale: #5A5A5A. Windows color (decimal): -4776783 or 11607223. OLE color: 11607223.
HSL color Cylindrical-coordinate representation of color #B71CB1: hue angle of 302.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71CB1 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 177 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.28 |
| HSL | 302.32º | 0.73% | 0.41% | - |
| HSV(B) | 302.32º | 0.85% | 0.72% | - |
| XYZ | 27.88 | 14.07 | 42.84 | - |
| YUV | 91.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 177 | 0 | 0.85 | 0.03 | 0.28 | 302.32 | 0.73 | 0.41 |
| Hex | B7 | 1C | B1 | 0 | 55 | 3 | 1C | 12E | 49 | 29 |
| Octal | 267 | 34 | 261 | 0 | 125 | 3 | 34 | 456 | 111 | 51 |
| Binary | 10110111 | 11100 | 10110001 | 0 | 1010101 | 11 | 11100 | 100101110 | 1001001 | 101001 |
Color Harmonies of #B71CB1
Complementary color
Monochromatic Colors of #B71CB1
Black with #B71CB1
Text Example
Text Example
White with #B71CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CB1; }
p { color: rgb(183,28,177); }
H1.HeaderClassName
{
color: #B71CB1;
}
.AnyTagClassName
{
color: #B71CB1;
}
</style>
background-color css
<style>
a { background-color: #B71CB1; }
a { background-color: rgb(183,28,177); }
div.DivClassName
{
background-color: #B71CB1;
}
.BgClassName
{
background-color: #B71CB1;
}
</style>
border-color css
<style>
span { border-color: #B71CB1; }
span { border-color: rgb(183,28,177); }
td.TdClassName
{
border-color: #B71CB1;
}
.TagClassName
{
border-color: #B71CB1;
}
</style>