Shades of Deep Magenta #B81BAF
Tints of Deep Magenta #B81BAF
RGB
CMYK
RGB Variations
Color information
#B81BAF (or 0xB81BAF) is known color: Deep Magenta. HEX triplet: B8, 1B and AF. RGB value is (184,27,175). Sum of RGB (Red+Green+Blue) = 184+27+175=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BAF is #47E450. Grayscale: #5A5A5A. Windows color (decimal): -4711505 or 11475896. OLE color: 11475896.
HSL color Cylindrical-coordinate representation of color #B81BAF: hue angle of 303.44º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BAF is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 175 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.28 |
| HSL | 303.44º | 0.74% | 0.41% | - |
| HSV(B) | 303.44º | 0.85% | 0.72% | - |
| XYZ | 27.9 | 14.07 | 41.8 | - |
| YUV | 90.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 175 | 0 | 0.85 | 0.05 | 0.28 | 303.44 | 0.74 | 0.41 |
| Hex | B8 | 1B | AF | 0 | 55 | 5 | 1C | 12F | 4A | 29 |
| Octal | 270 | 33 | 257 | 0 | 125 | 5 | 34 | 457 | 112 | 51 |
| Binary | 10111000 | 11011 | 10101111 | 0 | 1010101 | 101 | 11100 | 100101111 | 1001010 | 101001 |
Color Harmonies of #B81BAF
Complementary color
Monochromatic Colors of #B81BAF
Black with #B81BAF
Text Example
Text Example
White with #B81BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BAF; }
p { color: rgb(184,27,175); }
H1.HeaderClassName
{
color: #B81BAF;
}
.AnyTagClassName
{
color: #B81BAF;
}
</style>
background-color css
<style>
a { background-color: #B81BAF; }
a { background-color: rgb(184,27,175); }
div.DivClassName
{
background-color: #B81BAF;
}
.BgClassName
{
background-color: #B81BAF;
}
</style>
border-color css
<style>
span { border-color: #B81BAF; }
span { border-color: rgb(184,27,175); }
td.TdClassName
{
border-color: #B81BAF;
}
.TagClassName
{
border-color: #B81BAF;
}
</style>