Shades of Deep Magenta #B71BBB
Tints of Deep Magenta #B71BBB
RGB
CMYK
RGB Variations
Color information
#B71BBB (or 0xB71BBB) is known color: Deep Magenta. HEX triplet: B7, 1B and BB. RGB value is (183,27,187). Sum of RGB (Red+Green+Blue) = 183+27+187=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #B71BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BBB is #48E444. Grayscale: #5B5B5B. Windows color (decimal): -4777029 or 12262327. OLE color: 12262327.
HSL color Cylindrical-coordinate representation of color #B71BBB: hue angle of 298.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71BBB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 27 | 187 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.27 |
| HSL | 298.5º | 0.75% | 0.42% | - |
| HSV(B) | 298.5º | 0.86% | 0.73% | - |
| XYZ | 28.89 | 14.44 | 48.28 | - |
| YUV | 91.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 187 | 0.02 | 0.86 | 0 | 0.27 | 298.5 | 0.75 | 0.42 |
| Hex | B7 | 1B | BB | 2 | 56 | 0 | 1B | 12A | 4B | 2A |
| Octal | 267 | 33 | 273 | 2 | 126 | 0 | 33 | 452 | 113 | 52 |
| Binary | 10110111 | 11011 | 10111011 | 10 | 1010110 | 0 | 11011 | 100101010 | 1001011 | 101010 |
Color Harmonies of #B71BBB
Complementary color
Monochromatic Colors of #B71BBB
Black with #B71BBB
Text Example
Text Example
White with #B71BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BBB; }
p { color: rgb(183,27,187); }
H1.HeaderClassName
{
color: #B71BBB;
}
.AnyTagClassName
{
color: #B71BBB;
}
</style>
background-color css
<style>
a { background-color: #B71BBB; }
a { background-color: rgb(183,27,187); }
div.DivClassName
{
background-color: #B71BBB;
}
.BgClassName
{
background-color: #B71BBB;
}
</style>
border-color css
<style>
span { border-color: #B71BBB; }
span { border-color: rgb(183,27,187); }
td.TdClassName
{
border-color: #B71BBB;
}
.TagClassName
{
border-color: #B71BBB;
}
</style>