Shades of Medium Violet Red #B00095
Tints of Medium Violet Red #B00095
RGB
CMYK
RGB Variations
Color information
#B00095 (or 0xB00095) is known color: Medium Violet Red. HEX triplet: B0, 00 and 95. RGB value is (176,0,149). Sum of RGB (Red+Green+Blue) = 176+0+149=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B00095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00095 is #4FFF6A. Grayscale: #454545. Windows color (decimal): -5242731 or 9765040. OLE color: 9765040.
HSL color Cylindrical-coordinate representation of color #B00095: hue angle of 309.2º 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 #B00095 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.15 | 0.31 |
| HSL | 309.2º | 1% | 0.35% | - |
| HSV(B) | 309.2º | 1% | 0.69% | - |
| XYZ | 23.33 | 11.4 | 29.4 | - |
| YUV | 69.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 149 | 0 | 1 | 0.15 | 0.31 | 309.2 | 1 | 0.35 |
| Hex | B0 | 0 | 95 | 0 | 64 | F | 1F | 135 | 64 | 23 |
| Octal | 260 | 0 | 225 | 0 | 144 | 17 | 37 | 465 | 144 | 43 |
| Binary | 10110000 | 0 | 10010101 | 0 | 1100100 | 1111 | 11111 | 100110101 | 1100100 | 100011 |
Color Harmonies of #B00095
Complementary color
Monochromatic Colors of #B00095
Black with #B00095
Text Example
Text Example
White with #B00095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00095; }
p { color: rgb(176,0,149); }
H1.HeaderClassName
{
color: #B00095;
}
.AnyTagClassName
{
color: #B00095;
}
</style>
background-color css
<style>
a { background-color: #B00095; }
a { background-color: rgb(176,0,149); }
div.DivClassName
{
background-color: #B00095;
}
.BgClassName
{
background-color: #B00095;
}
</style>
border-color css
<style>
span { border-color: #B00095; }
span { border-color: rgb(176,0,149); }
td.TdClassName
{
border-color: #B00095;
}
.TagClassName
{
border-color: #B00095;
}
</style>