Shades of Deep Magenta #B40BAF
Tints of Deep Magenta #B40BAF
RGB
CMYK
RGB Variations
Color information
#B40BAF (or 0xB40BAF) is known color: Deep Magenta. HEX triplet: B4, 0B and AF. RGB value is (180,11,175). Sum of RGB (Red+Green+Blue) = 180+11+175=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BAF is #4BF450. Grayscale: #4F4F4F. Windows color (decimal): -4977745 or 11471796. OLE color: 11471796.
HSL color Cylindrical-coordinate representation of color #B40BAF: hue angle of 301.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BAF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.29 |
| HSL | 301.78º | 0.88% | 0.37% | - |
| HSV(B) | 301.78º | 0.94% | 0.71% | - |
| XYZ | 26.68 | 13.04 | 41.67 | - |
| YUV | 80.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 175 | 0 | 0.94 | 0.03 | 0.29 | 301.78 | 0.88 | 0.37 |
| Hex | B4 | B | AF | 0 | 5E | 3 | 1D | 12E | 58 | 25 |
| Octal | 264 | 13 | 257 | 0 | 136 | 3 | 35 | 456 | 130 | 45 |
| Binary | 10110100 | 1011 | 10101111 | 0 | 1011110 | 11 | 11101 | 100101110 | 1011000 | 100101 |
Color Harmonies of #B40BAF
Complementary color
Monochromatic Colors of #B40BAF
Black with #B40BAF
Text Example
Text Example
White with #B40BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BAF; }
p { color: rgb(180,11,175); }
H1.HeaderClassName
{
color: #B40BAF;
}
.AnyTagClassName
{
color: #B40BAF;
}
</style>
background-color css
<style>
a { background-color: #B40BAF; }
a { background-color: rgb(180,11,175); }
div.DivClassName
{
background-color: #B40BAF;
}
.BgClassName
{
background-color: #B40BAF;
}
</style>
border-color css
<style>
span { border-color: #B40BAF; }
span { border-color: rgb(180,11,175); }
td.TdClassName
{
border-color: #B40BAF;
}
.TagClassName
{
border-color: #B40BAF;
}
</style>