Shades of Deep Magenta #B71CBC
Tints of Deep Magenta #B71CBC
RGB
CMYK
RGB Variations
Color information
#B71CBC (or 0xB71CBC) is known color: Deep Magenta. HEX triplet: B7, 1C and BC. RGB value is (183,28,188). Sum of RGB (Red+Green+Blue) = 183+28+188=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #B71CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CBC is #48E343. Grayscale: #5C5C5C. Windows color (decimal): -4776772 or 12328119. OLE color: 12328119.
HSL color Cylindrical-coordinate representation of color #B71CBC: hue angle of 298.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71CBC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 28 | 188 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.26 |
| HSL | 298.13º | 0.74% | 0.42% | - |
| HSV(B) | 298.13º | 0.85% | 0.74% | - |
| XYZ | 29.02 | 14.53 | 48.85 | - |
| YUV | 92.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 188 | 0.03 | 0.85 | 0 | 0.26 | 298.13 | 0.74 | 0.42 |
| Hex | B7 | 1C | BC | 3 | 55 | 0 | 1A | 12A | 4A | 2A |
| Octal | 267 | 34 | 274 | 3 | 125 | 0 | 32 | 452 | 112 | 52 |
| Binary | 10110111 | 11100 | 10111100 | 11 | 1010101 | 0 | 11010 | 100101010 | 1001010 | 101010 |
Color Harmonies of #B71CBC
Complementary color
Monochromatic Colors of #B71CBC
Black with #B71CBC
Text Example
Text Example
White with #B71CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CBC; }
p { color: rgb(183,28,188); }
H1.HeaderClassName
{
color: #B71CBC;
}
.AnyTagClassName
{
color: #B71CBC;
}
</style>
background-color css
<style>
a { background-color: #B71CBC; }
a { background-color: rgb(183,28,188); }
div.DivClassName
{
background-color: #B71CBC;
}
.BgClassName
{
background-color: #B71CBC;
}
</style>
border-color css
<style>
span { border-color: #B71CBC; }
span { border-color: rgb(183,28,188); }
td.TdClassName
{
border-color: #B71CBC;
}
.TagClassName
{
border-color: #B71CBC;
}
</style>