Shades of Deep Magenta #B71EBA
Tints of Deep Magenta #B71EBA
RGB
CMYK
RGB Variations
Color information
#B71EBA (or 0xB71EBA) is known color: Deep Magenta. HEX triplet: B7, 1E and BA. RGB value is (183,30,186). Sum of RGB (Red+Green+Blue) = 183+30+186=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B71EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EBA is #48E145. Grayscale: #5D5D5D. Windows color (decimal): -4776262 or 12197559. OLE color: 12197559.
HSL color Cylindrical-coordinate representation of color #B71EBA: hue angle of 298.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EBA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 30 | 186 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.27 |
| HSL | 298.85º | 0.72% | 0.42% | - |
| HSV(B) | 298.85º | 0.84% | 0.73% | - |
| XYZ | 28.86 | 14.54 | 47.74 | - |
| YUV | 93.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 186 | 0.02 | 0.84 | 0 | 0.27 | 298.85 | 0.72 | 0.42 |
| Hex | B7 | 1E | BA | 2 | 54 | 0 | 1B | 12B | 48 | 2A |
| Octal | 267 | 36 | 272 | 2 | 124 | 0 | 33 | 453 | 110 | 52 |
| Binary | 10110111 | 11110 | 10111010 | 10 | 1010100 | 0 | 11011 | 100101011 | 1001000 | 101010 |
Color Harmonies of #B71EBA
Complementary color
Monochromatic Colors of #B71EBA
Black with #B71EBA
Text Example
Text Example
White with #B71EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EBA; }
p { color: rgb(183,30,186); }
H1.HeaderClassName
{
color: #B71EBA;
}
.AnyTagClassName
{
color: #B71EBA;
}
</style>
background-color css
<style>
a { background-color: #B71EBA; }
a { background-color: rgb(183,30,186); }
div.DivClassName
{
background-color: #B71EBA;
}
.BgClassName
{
background-color: #B71EBA;
}
</style>
border-color css
<style>
span { border-color: #B71EBA; }
span { border-color: rgb(183,30,186); }
td.TdClassName
{
border-color: #B71EBA;
}
.TagClassName
{
border-color: #B71EBA;
}
</style>