Shades of Deep Magenta #B71CBB
Tints of Deep Magenta #B71CBB
RGB
CMYK
RGB Variations
Color information
#B71CBB (or 0xB71CBB) is known color: Deep Magenta. HEX triplet: B7, 1C and BB. RGB value is (183,28,187). Sum of RGB (Red+Green+Blue) = 183+28+187=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #B71CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CBB is #48E344. Grayscale: #5B5B5B. Windows color (decimal): -4776773 or 12262583. OLE color: 12262583.
HSL color Cylindrical-coordinate representation of color #B71CBB: hue angle of 298.49º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71CBB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 28 | 187 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.27 |
| HSL | 298.49º | 0.74% | 0.42% | - |
| HSV(B) | 298.49º | 0.85% | 0.73% | - |
| XYZ | 28.91 | 14.49 | 48.29 | - |
| YUV | 92.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 187 | 0.02 | 0.85 | 0 | 0.27 | 298.49 | 0.74 | 0.42 |
| Hex | B7 | 1C | BB | 2 | 55 | 0 | 1B | 12A | 4A | 2A |
| Octal | 267 | 34 | 273 | 2 | 125 | 0 | 33 | 452 | 112 | 52 |
| Binary | 10110111 | 11100 | 10111011 | 10 | 1010101 | 0 | 11011 | 100101010 | 1001010 | 101010 |
Color Harmonies of #B71CBB
Complementary color
Monochromatic Colors of #B71CBB
Black with #B71CBB
Text Example
Text Example
White with #B71CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CBB; }
p { color: rgb(183,28,187); }
H1.HeaderClassName
{
color: #B71CBB;
}
.AnyTagClassName
{
color: #B71CBB;
}
</style>
background-color css
<style>
a { background-color: #B71CBB; }
a { background-color: rgb(183,28,187); }
div.DivClassName
{
background-color: #B71CBB;
}
.BgClassName
{
background-color: #B71CBB;
}
</style>
border-color css
<style>
span { border-color: #B71CBB; }
span { border-color: rgb(183,28,187); }
td.TdClassName
{
border-color: #B71CBB;
}
.TagClassName
{
border-color: #B71CBB;
}
</style>