Shades of Deep Magenta #B005BA
Tints of Deep Magenta #B005BA
RGB
CMYK
RGB Variations
Color information
#B005BA (or 0xB005BA) is known color: Deep Magenta. HEX triplet: B0, 05 and BA. RGB value is (176,5,186). Sum of RGB (Red+Green+Blue) = 176+5+186=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 5 (2.34% from 255 or 1.36% 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 #B005BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005BA is #4FFA45. Grayscale: #4C4C4C. Windows color (decimal): -5241414 or 12191152. OLE color: 12191152.
HSL color Cylindrical-coordinate representation of color #B005BA: hue angle of 296.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005BA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 5 | 186 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.27 |
| HSL | 296.69º | 0.95% | 0.37% | - |
| HSV(B) | 296.69º | 0.97% | 0.73% | - |
| XYZ | 26.82 | 12.88 | 47.53 | - |
| YUV | 76.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 186 | 0.05 | 0.97 | 0 | 0.27 | 296.69 | 0.95 | 0.37 |
| Hex | B0 | 5 | BA | 5 | 61 | 0 | 1B | 129 | 5F | 25 |
| Octal | 260 | 5 | 272 | 5 | 141 | 0 | 33 | 451 | 137 | 45 |
| Binary | 10110000 | 101 | 10111010 | 101 | 1100001 | 0 | 11011 | 100101001 | 1011111 | 100101 |
Color Harmonies of #B005BA
Complementary color
Monochromatic Colors of #B005BA
Black with #B005BA
Text Example
Text Example
White with #B005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005BA; }
p { color: rgb(176,5,186); }
H1.HeaderClassName
{
color: #B005BA;
}
.AnyTagClassName
{
color: #B005BA;
}
</style>
background-color css
<style>
a { background-color: #B005BA; }
a { background-color: rgb(176,5,186); }
div.DivClassName
{
background-color: #B005BA;
}
.BgClassName
{
background-color: #B005BA;
}
</style>
border-color css
<style>
span { border-color: #B005BA; }
span { border-color: rgb(176,5,186); }
td.TdClassName
{
border-color: #B005BA;
}
.TagClassName
{
border-color: #B005BA;
}
</style>