Shades of Deep Magenta #B71AB0
Tints of Deep Magenta #B71AB0
RGB
CMYK
RGB Variations
Color information
#B71AB0 (or 0xB71AB0) is known color: Deep Magenta. HEX triplet: B7, 1A and B0. RGB value is (183,26,176). Sum of RGB (Red+Green+Blue) = 183+26+176=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AB0 is #48E54F. Grayscale: #595959. Windows color (decimal): -4777296 or 11541175. OLE color: 11541175.
HSL color Cylindrical-coordinate representation of color #B71AB0: hue angle of 302.68º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AB0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 176 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 302.68º | 0.75% | 0.41% | - |
| HSV(B) | 302.68º | 0.86% | 0.72% | - |
| XYZ | 27.73 | 13.94 | 42.3 | - |
| YUV | 90.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 176 | 0 | 0.86 | 0.04 | 0.28 | 302.68 | 0.75 | 0.41 |
| Hex | B7 | 1A | B0 | 0 | 56 | 4 | 1C | 12F | 4B | 29 |
| Octal | 267 | 32 | 260 | 0 | 126 | 4 | 34 | 457 | 113 | 51 |
| Binary | 10110111 | 11010 | 10110000 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001011 | 101001 |
Color Harmonies of #B71AB0
Complementary color
Monochromatic Colors of #B71AB0
Black with #B71AB0
Text Example
Text Example
White with #B71AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AB0; }
p { color: rgb(183,26,176); }
H1.HeaderClassName
{
color: #B71AB0;
}
.AnyTagClassName
{
color: #B71AB0;
}
</style>
background-color css
<style>
a { background-color: #B71AB0; }
a { background-color: rgb(183,26,176); }
div.DivClassName
{
background-color: #B71AB0;
}
.BgClassName
{
background-color: #B71AB0;
}
</style>
border-color css
<style>
span { border-color: #B71AB0; }
span { border-color: rgb(183,26,176); }
td.TdClassName
{
border-color: #B71AB0;
}
.TagClassName
{
border-color: #B71AB0;
}
</style>