Shades of Deep Magenta #B71FB8
Tints of Deep Magenta #B71FB8
RGB
CMYK
RGB Variations
Color information
#B71FB8 (or 0xB71FB8) is known color: Deep Magenta. HEX triplet: B7, 1F and B8. RGB value is (183,31,184). Sum of RGB (Red+Green+Blue) = 183+31+184=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #B71FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FB8 is #48E047. Grayscale: #5D5D5D. Windows color (decimal): -4776008 or 12066743. OLE color: 12066743.
HSL color Cylindrical-coordinate representation of color #B71FB8: hue angle of 299.61º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71FB8 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 184 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.28 |
| HSL | 299.61º | 0.71% | 0.42% | - |
| HSV(B) | 299.61º | 0.83% | 0.72% | - |
| XYZ | 28.67 | 14.51 | 46.64 | - |
| YUV | 93.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 184 | 0.01 | 0.83 | 0 | 0.28 | 299.61 | 0.71 | 0.42 |
| Hex | B7 | 1F | B8 | 1 | 53 | 0 | 1C | 12C | 47 | 2A |
| Octal | 267 | 37 | 270 | 1 | 123 | 0 | 34 | 454 | 107 | 52 |
| Binary | 10110111 | 11111 | 10111000 | 1 | 1010011 | 0 | 11100 | 100101100 | 1000111 | 101010 |
Color Harmonies of #B71FB8
Complementary color
Monochromatic Colors of #B71FB8
Black with #B71FB8
Text Example
Text Example
White with #B71FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FB8; }
p { color: rgb(183,31,184); }
H1.HeaderClassName
{
color: #B71FB8;
}
.AnyTagClassName
{
color: #B71FB8;
}
</style>
background-color css
<style>
a { background-color: #B71FB8; }
a { background-color: rgb(183,31,184); }
div.DivClassName
{
background-color: #B71FB8;
}
.BgClassName
{
background-color: #B71FB8;
}
</style>
border-color css
<style>
span { border-color: #B71FB8; }
span { border-color: rgb(183,31,184); }
td.TdClassName
{
border-color: #B71FB8;
}
.TagClassName
{
border-color: #B71FB8;
}
</style>