Shades of Deep Magenta #B71FB2
Tints of Deep Magenta #B71FB2
RGB
CMYK
RGB Variations
Color information
#B71FB2 (or 0xB71FB2) is known color: Deep Magenta. HEX triplet: B7, 1F and B2. RGB value is (183,31,178). Sum of RGB (Red+Green+Blue) = 183+31+178=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B71FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71FB2 is #48E04D. Grayscale: #5C5C5C. Windows color (decimal): -4776014 or 11673527. OLE color: 11673527.
HSL color Cylindrical-coordinate representation of color #B71FB2: hue angle of 301.97º 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 #B71FB2 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 178 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.28 |
| HSL | 301.97º | 0.71% | 0.42% | - |
| HSV(B) | 301.97º | 0.83% | 0.72% | - |
| XYZ | 28.05 | 14.26 | 43.39 | - |
| YUV | 93.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 178 | 0 | 0.83 | 0.03 | 0.28 | 301.97 | 0.71 | 0.42 |
| Hex | B7 | 1F | B2 | 0 | 53 | 3 | 1C | 12E | 47 | 2A |
| Octal | 267 | 37 | 262 | 0 | 123 | 3 | 34 | 456 | 107 | 52 |
| Binary | 10110111 | 11111 | 10110010 | 0 | 1010011 | 11 | 11100 | 100101110 | 1000111 | 101010 |
Color Harmonies of #B71FB2
Complementary color
Monochromatic Colors of #B71FB2
Black with #B71FB2
Text Example
Text Example
White with #B71FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FB2; }
p { color: rgb(183,31,178); }
H1.HeaderClassName
{
color: #B71FB2;
}
.AnyTagClassName
{
color: #B71FB2;
}
</style>
background-color css
<style>
a { background-color: #B71FB2; }
a { background-color: rgb(183,31,178); }
div.DivClassName
{
background-color: #B71FB2;
}
.BgClassName
{
background-color: #B71FB2;
}
</style>
border-color css
<style>
span { border-color: #B71FB2; }
span { border-color: rgb(183,31,178); }
td.TdClassName
{
border-color: #B71FB2;
}
.TagClassName
{
border-color: #B71FB2;
}
</style>