Shades of Dark Magenta #B00299
Tints of Dark Magenta #B00299
RGB
CMYK
RGB Variations
Color information
#B00299 (or 0xB00299) is known color: Dark Magenta. HEX triplet: B0, 02 and 99. RGB value is (176,2,153). Sum of RGB (Red+Green+Blue) = 176+2+153=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B00299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00299 is #4FFD66. Grayscale: #464646. Windows color (decimal): -5242215 or 10027696. OLE color: 10027696.
HSL color Cylindrical-coordinate representation of color #B00299: hue angle of 307.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00299 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.31 |
| HSL | 307.93º | 0.98% | 0.35% | - |
| HSV(B) | 307.93º | 0.99% | 0.69% | - |
| XYZ | 23.68 | 11.57 | 31.12 | - |
| YUV | 71.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 153 | 0 | 0.99 | 0.13 | 0.31 | 307.93 | 0.98 | 0.35 |
| Hex | B0 | 2 | 99 | 0 | 63 | D | 1F | 134 | 62 | 23 |
| Octal | 260 | 2 | 231 | 0 | 143 | 15 | 37 | 464 | 142 | 43 |
| Binary | 10110000 | 10 | 10011001 | 0 | 1100011 | 1101 | 11111 | 100110100 | 1100010 | 100011 |
Color Harmonies of #B00299
Complementary color
Monochromatic Colors of #B00299
Black with #B00299
Text Example
Text Example
White with #B00299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00299; }
p { color: rgb(176,2,153); }
H1.HeaderClassName
{
color: #B00299;
}
.AnyTagClassName
{
color: #B00299;
}
</style>
background-color css
<style>
a { background-color: #B00299; }
a { background-color: rgb(176,2,153); }
div.DivClassName
{
background-color: #B00299;
}
.BgClassName
{
background-color: #B00299;
}
</style>
border-color css
<style>
span { border-color: #B00299; }
span { border-color: rgb(176,2,153); }
td.TdClassName
{
border-color: #B00299;
}
.TagClassName
{
border-color: #B00299;
}
</style>