Shades of Dark Magenta #B00BA3
Tints of Dark Magenta #B00BA3
RGB
CMYK
RGB Variations
Color information
#B00BA3 (or 0xB00BA3) is known color: Dark Magenta. HEX triplet: B0, 0B and A3. RGB value is (176,11,163). Sum of RGB (Red+Green+Blue) = 176+11+163=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BA3 is #4FF45C. Grayscale: #4D4D4D. Windows color (decimal): -5239901 or 10685360. OLE color: 10685360.
HSL color Cylindrical-coordinate representation of color #B00BA3: hue angle of 304.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.31 |
| HSL | 304.73º | 0.88% | 0.37% | - |
| HSV(B) | 304.73º | 0.94% | 0.69% | - |
| XYZ | 24.64 | 12.11 | 35.69 | - |
| YUV | 77.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 163 | 0 | 0.94 | 0.07 | 0.31 | 304.73 | 0.88 | 0.37 |
| Hex | B0 | B | A3 | 0 | 5E | 7 | 1F | 131 | 58 | 25 |
| Octal | 260 | 13 | 243 | 0 | 136 | 7 | 37 | 461 | 130 | 45 |
| Binary | 10110000 | 1011 | 10100011 | 0 | 1011110 | 111 | 11111 | 100110001 | 1011000 | 100101 |
Color Harmonies of #B00BA3
Complementary color
Monochromatic Colors of #B00BA3
Black with #B00BA3
Text Example
Text Example
White with #B00BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BA3; }
p { color: rgb(176,11,163); }
H1.HeaderClassName
{
color: #B00BA3;
}
.AnyTagClassName
{
color: #B00BA3;
}
</style>
background-color css
<style>
a { background-color: #B00BA3; }
a { background-color: rgb(176,11,163); }
div.DivClassName
{
background-color: #B00BA3;
}
.BgClassName
{
background-color: #B00BA3;
}
</style>
border-color css
<style>
span { border-color: #B00BA3; }
span { border-color: rgb(176,11,163); }
td.TdClassName
{
border-color: #B00BA3;
}
.TagClassName
{
border-color: #B00BA3;
}
</style>