Shades of Dark Magenta #B00097
Tints of Dark Magenta #B00097
RGB
CMYK
RGB Variations
Color information
#B00097 (or 0xB00097) is known color: Dark Magenta. HEX triplet: B0, 00 and 97. RGB value is (176,0,151). Sum of RGB (Red+Green+Blue) = 176+0+151=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B00097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00097 is #4FFF68. Grayscale: #454545. Windows color (decimal): -5242729 or 9896112. OLE color: 9896112.
HSL color Cylindrical-coordinate representation of color #B00097: hue angle of 308.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00097 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.14 | 0.31 |
| HSL | 308.52º | 1% | 0.35% | - |
| HSV(B) | 308.52º | 1% | 0.69% | - |
| XYZ | 23.49 | 11.46 | 30.25 | - |
| YUV | 69.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 151 | 0 | 1 | 0.14 | 0.31 | 308.52 | 1 | 0.35 |
| Hex | B0 | 0 | 97 | 0 | 64 | E | 1F | 135 | 64 | 23 |
| Octal | 260 | 0 | 227 | 0 | 144 | 16 | 37 | 465 | 144 | 43 |
| Binary | 10110000 | 0 | 10010111 | 0 | 1100100 | 1110 | 11111 | 100110101 | 1100100 | 100011 |
Color Harmonies of #B00097
Complementary color
Monochromatic Colors of #B00097
Black with #B00097
Text Example
Text Example
White with #B00097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00097; }
p { color: rgb(176,0,151); }
H1.HeaderClassName
{
color: #B00097;
}
.AnyTagClassName
{
color: #B00097;
}
</style>
background-color css
<style>
a { background-color: #B00097; }
a { background-color: rgb(176,0,151); }
div.DivClassName
{
background-color: #B00097;
}
.BgClassName
{
background-color: #B00097;
}
</style>
border-color css
<style>
span { border-color: #B00097; }
span { border-color: rgb(176,0,151); }
td.TdClassName
{
border-color: #B00097;
}
.TagClassName
{
border-color: #B00097;
}
</style>