Shades of Deep Magenta #B500BA
Tints of Deep Magenta #B500BA
RGB
CMYK
RGB Variations
Color information
#B500BA (or 0xB500BA) is known color: Deep Magenta. HEX triplet: B5, 00 and BA. RGB value is (181,0,186). Sum of RGB (Red+Green+Blue) = 181+0+186=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #B500BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BA is #4AFF45. Grayscale: #4A4A4A. Windows color (decimal): -4915014 or 12189877. OLE color: 12189877.
HSL color Cylindrical-coordinate representation of color #B500BA: hue angle of 298.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500BA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 0 | 186 | - |
| CMYK | 0.03 | 1 | 0 | 0.27 |
| HSL | 298.39º | 1% | 0.36% | - |
| HSV(B) | 298.39º | 1% | 0.73% | - |
| XYZ | 27.92 | 13.37 | 47.56 | - |
| YUV | 75.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 186 | 0.03 | 1 | 0 | 0.27 | 298.39 | 1 | 0.36 |
| Hex | B5 | 0 | BA | 3 | 64 | 0 | 1B | 12A | 64 | 24 |
| Octal | 265 | 0 | 272 | 3 | 144 | 0 | 33 | 452 | 144 | 44 |
| Binary | 10110101 | 0 | 10111010 | 11 | 1100100 | 0 | 11011 | 100101010 | 1100100 | 100100 |
Color Harmonies of #B500BA
Complementary color
Monochromatic Colors of #B500BA
Black with #B500BA
Text Example
Text Example
White with #B500BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500BA; }
p { color: rgb(181,0,186); }
H1.HeaderClassName
{
color: #B500BA;
}
.AnyTagClassName
{
color: #B500BA;
}
</style>
background-color css
<style>
a { background-color: #B500BA; }
a { background-color: rgb(181,0,186); }
div.DivClassName
{
background-color: #B500BA;
}
.BgClassName
{
background-color: #B500BA;
}
</style>
border-color css
<style>
span { border-color: #B500BA; }
span { border-color: rgb(181,0,186); }
td.TdClassName
{
border-color: #B500BA;
}
.TagClassName
{
border-color: #B500BA;
}
</style>