Shades of Deep Magenta #B71FBA
Tints of Deep Magenta #B71FBA
RGB
CMYK
RGB Variations
Color information
#B71FBA (or 0xB71FBA) is known color: Deep Magenta. HEX triplet: B7, 1F and BA. RGB value is (183,31,186). Sum of RGB (Red+Green+Blue) = 183+31+186=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B71FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FBA is #48E045. Grayscale: #5D5D5D. Windows color (decimal): -4776006 or 12197815. OLE color: 12197815.
HSL color Cylindrical-coordinate representation of color #B71FBA: hue angle of 298.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71FBA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 31 | 186 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.27 |
| HSL | 298.84º | 0.71% | 0.43% | - |
| HSV(B) | 298.84º | 0.83% | 0.73% | - |
| XYZ | 28.88 | 14.59 | 47.75 | - |
| YUV | 94.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 186 | 0.02 | 0.83 | 0 | 0.27 | 298.84 | 0.71 | 0.43 |
| Hex | B7 | 1F | BA | 2 | 53 | 0 | 1B | 12B | 47 | 2B |
| Octal | 267 | 37 | 272 | 2 | 123 | 0 | 33 | 453 | 107 | 53 |
| Binary | 10110111 | 11111 | 10111010 | 10 | 1010011 | 0 | 11011 | 100101011 | 1000111 | 101011 |
Color Harmonies of #B71FBA
Complementary color
Monochromatic Colors of #B71FBA
Black with #B71FBA
Text Example
Text Example
White with #B71FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FBA; }
p { color: rgb(183,31,186); }
H1.HeaderClassName
{
color: #B71FBA;
}
.AnyTagClassName
{
color: #B71FBA;
}
</style>
background-color css
<style>
a { background-color: #B71FBA; }
a { background-color: rgb(183,31,186); }
div.DivClassName
{
background-color: #B71FBA;
}
.BgClassName
{
background-color: #B71FBA;
}
</style>
border-color css
<style>
span { border-color: #B71FBA; }
span { border-color: rgb(183,31,186); }
td.TdClassName
{
border-color: #B71FBA;
}
.TagClassName
{
border-color: #B71FBA;
}
</style>