Shades of Deep Magenta #B512AF
Tints of Deep Magenta #B512AF
RGB
CMYK
RGB Variations
Color information
#B512AF (or 0xB512AF) is known color: Deep Magenta. HEX triplet: B5, 12 and AF. RGB value is (181,18,175). Sum of RGB (Red+Green+Blue) = 181+18+175=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B512AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512AF is #4AED50. Grayscale: #545454. Windows color (decimal): -4910417 or 11473589. OLE color: 11473589.
HSL color Cylindrical-coordinate representation of color #B512AF: hue angle of 302.21º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512AF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 175 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.29 |
| HSL | 302.21º | 0.82% | 0.39% | - |
| HSV(B) | 302.21º | 0.9% | 0.71% | - |
| XYZ | 27.01 | 13.35 | 41.71 | - |
| YUV | 84.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 175 | 0 | 0.90 | 0.03 | 0.29 | 302.21 | 0.82 | 0.39 |
| Hex | B5 | 12 | AF | 0 | 5A | 3 | 1D | 12E | 52 | 27 |
| Octal | 265 | 22 | 257 | 0 | 132 | 3 | 35 | 456 | 122 | 47 |
| Binary | 10110101 | 10010 | 10101111 | 0 | 1011010 | 11 | 11101 | 100101110 | 1010010 | 100111 |
Color Harmonies of #B512AF
Complementary color
Monochromatic Colors of #B512AF
Black with #B512AF
Text Example
Text Example
White with #B512AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512AF; }
p { color: rgb(181,18,175); }
H1.HeaderClassName
{
color: #B512AF;
}
.AnyTagClassName
{
color: #B512AF;
}
</style>
background-color css
<style>
a { background-color: #B512AF; }
a { background-color: rgb(181,18,175); }
div.DivClassName
{
background-color: #B512AF;
}
.BgClassName
{
background-color: #B512AF;
}
</style>
border-color css
<style>
span { border-color: #B512AF; }
span { border-color: rgb(181,18,175); }
td.TdClassName
{
border-color: #B512AF;
}
.TagClassName
{
border-color: #B512AF;
}
</style>