Shades of Deep Magenta #B50BAF
Tints of Deep Magenta #B50BAF
RGB
CMYK
RGB Variations
Color information
#B50BAF (or 0xB50BAF) is known color: Deep Magenta. HEX triplet: B5, 0B and AF. RGB value is (181,11,175). Sum of RGB (Red+Green+Blue) = 181+11+175=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BAF is #4AF450. Grayscale: #505050. Windows color (decimal): -4912209 or 11471797. OLE color: 11471797.
HSL color Cylindrical-coordinate representation of color #B50BAF: hue angle of 302.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BAF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.29 |
| HSL | 302.12º | 0.89% | 0.38% | - |
| HSV(B) | 302.12º | 0.94% | 0.71% | - |
| XYZ | 26.91 | 13.16 | 41.68 | - |
| YUV | 80.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 175 | 0 | 0.94 | 0.03 | 0.29 | 302.12 | 0.89 | 0.38 |
| Hex | B5 | B | AF | 0 | 5E | 3 | 1D | 12E | 59 | 26 |
| Octal | 265 | 13 | 257 | 0 | 136 | 3 | 35 | 456 | 131 | 46 |
| Binary | 10110101 | 1011 | 10101111 | 0 | 1011110 | 11 | 11101 | 100101110 | 1011001 | 100110 |
Color Harmonies of #B50BAF
Complementary color
Monochromatic Colors of #B50BAF
Black with #B50BAF
Text Example
Text Example
White with #B50BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BAF; }
p { color: rgb(181,11,175); }
H1.HeaderClassName
{
color: #B50BAF;
}
.AnyTagClassName
{
color: #B50BAF;
}
</style>
background-color css
<style>
a { background-color: #B50BAF; }
a { background-color: rgb(181,11,175); }
div.DivClassName
{
background-color: #B50BAF;
}
.BgClassName
{
background-color: #B50BAF;
}
</style>
border-color css
<style>
span { border-color: #B50BAF; }
span { border-color: rgb(181,11,175); }
td.TdClassName
{
border-color: #B50BAF;
}
.TagClassName
{
border-color: #B50BAF;
}
</style>