Shades of Deep Magenta #B71ABC
Tints of Deep Magenta #B71ABC
RGB
CMYK
RGB Variations
Color information
#B71ABC (or 0xB71ABC) is known color: Deep Magenta. HEX triplet: B7, 1A and BC. RGB value is (183,26,188). Sum of RGB (Red+Green+Blue) = 183+26+188=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #B71ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ABC is #48E543. Grayscale: #5A5A5A. Windows color (decimal): -4777284 or 12327607. OLE color: 12327607.
HSL color Cylindrical-coordinate representation of color #B71ABC: hue angle of 298.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71ABC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 26 | 188 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.26 |
| HSL | 298.15º | 0.76% | 0.42% | - |
| HSV(B) | 298.15º | 0.86% | 0.74% | - |
| XYZ | 28.97 | 14.44 | 48.84 | - |
| YUV | 91.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 188 | 0.03 | 0.86 | 0 | 0.26 | 298.15 | 0.76 | 0.42 |
| Hex | B7 | 1A | BC | 3 | 56 | 0 | 1A | 12A | 4C | 2A |
| Octal | 267 | 32 | 274 | 3 | 126 | 0 | 32 | 452 | 114 | 52 |
| Binary | 10110111 | 11010 | 10111100 | 11 | 1010110 | 0 | 11010 | 100101010 | 1001100 | 101010 |
Color Harmonies of #B71ABC
Complementary color
Monochromatic Colors of #B71ABC
Black with #B71ABC
Text Example
Text Example
White with #B71ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ABC; }
p { color: rgb(183,26,188); }
H1.HeaderClassName
{
color: #B71ABC;
}
.AnyTagClassName
{
color: #B71ABC;
}
</style>
background-color css
<style>
a { background-color: #B71ABC; }
a { background-color: rgb(183,26,188); }
div.DivClassName
{
background-color: #B71ABC;
}
.BgClassName
{
background-color: #B71ABC;
}
</style>
border-color css
<style>
span { border-color: #B71ABC; }
span { border-color: rgb(183,26,188); }
td.TdClassName
{
border-color: #B71ABC;
}
.TagClassName
{
border-color: #B71ABC;
}
</style>