Shades of Deep Magenta #B11BAF
Tints of Deep Magenta #B11BAF
RGB
CMYK
RGB Variations
Color information
#B11BAF (or 0xB11BAF) is known color: Deep Magenta. HEX triplet: B1, 1B and AF. RGB value is (177,27,175). Sum of RGB (Red+Green+Blue) = 177+27+175=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BAF is #4EE450. Grayscale: #585858. Windows color (decimal): -5170257 or 11475889. OLE color: 11475889.
HSL color Cylindrical-coordinate representation of color #B11BAF: hue angle of 300.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11BAF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 175 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.31 |
| HSL | 300.8º | 0.74% | 0.4% | - |
| HSV(B) | 300.8º | 0.85% | 0.69% | - |
| XYZ | 26.26 | 13.23 | 41.73 | - |
| YUV | 88.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 175 | 0 | 0.85 | 0.01 | 0.31 | 300.8 | 0.74 | 0.4 |
| Hex | B1 | 1B | AF | 0 | 55 | 1 | 1F | 12D | 4A | 28 |
| Octal | 261 | 33 | 257 | 0 | 125 | 1 | 37 | 455 | 112 | 50 |
| Binary | 10110001 | 11011 | 10101111 | 0 | 1010101 | 1 | 11111 | 100101101 | 1001010 | 101000 |
Color Harmonies of #B11BAF
Complementary color
Monochromatic Colors of #B11BAF
Black with #B11BAF
Text Example
Text Example
White with #B11BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BAF; }
p { color: rgb(177,27,175); }
H1.HeaderClassName
{
color: #B11BAF;
}
.AnyTagClassName
{
color: #B11BAF;
}
</style>
background-color css
<style>
a { background-color: #B11BAF; }
a { background-color: rgb(177,27,175); }
div.DivClassName
{
background-color: #B11BAF;
}
.BgClassName
{
background-color: #B11BAF;
}
</style>
border-color css
<style>
span { border-color: #B11BAF; }
span { border-color: rgb(177,27,175); }
td.TdClassName
{
border-color: #B11BAF;
}
.TagClassName
{
border-color: #B11BAF;
}
</style>