Shades of Deep Magenta #B500AF
Tints of Deep Magenta #B500AF
RGB
CMYK
RGB Variations
Color information
#B500AF (or 0xB500AF) is known color: Deep Magenta. HEX triplet: B5, 00 and AF. RGB value is (181,0,175). Sum of RGB (Red+Green+Blue) = 181+0+175=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B500AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500AF is #4AFF50. Grayscale: #494949. Windows color (decimal): -4915025 or 11468981. OLE color: 11468981.
HSL color Cylindrical-coordinate representation of color #B500AF: hue angle of 301.99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500AF is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.03 | 0.29 |
| HSL | 301.99º | 1% | 0.35% | - |
| HSV(B) | 301.99º | 1% | 0.71% | - |
| XYZ | 26.79 | 12.92 | 41.64 | - |
| YUV | 74.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 175 | 0 | 1 | 0.03 | 0.29 | 301.99 | 1 | 0.35 |
| Hex | B5 | 0 | AF | 0 | 64 | 3 | 1D | 12E | 64 | 23 |
| Octal | 265 | 0 | 257 | 0 | 144 | 3 | 35 | 456 | 144 | 43 |
| Binary | 10110101 | 0 | 10101111 | 0 | 1100100 | 11 | 11101 | 100101110 | 1100100 | 100011 |
Color Harmonies of #B500AF
Complementary color
Monochromatic Colors of #B500AF
Black with #B500AF
Text Example
Text Example
White with #B500AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500AF; }
p { color: rgb(181,0,175); }
H1.HeaderClassName
{
color: #B500AF;
}
.AnyTagClassName
{
color: #B500AF;
}
</style>
background-color css
<style>
a { background-color: #B500AF; }
a { background-color: rgb(181,0,175); }
div.DivClassName
{
background-color: #B500AF;
}
.BgClassName
{
background-color: #B500AF;
}
</style>
border-color css
<style>
span { border-color: #B500AF; }
span { border-color: rgb(181,0,175); }
td.TdClassName
{
border-color: #B500AF;
}
.TagClassName
{
border-color: #B500AF;
}
</style>