Shades of Medium Violet Red #B01295
Tints of Medium Violet Red #B01295
RGB
CMYK
RGB Variations
Color information
#B01295 (or 0xB01295) is known color: Medium Violet Red. HEX triplet: B0, 12 and 95. RGB value is (176,18,149). Sum of RGB (Red+Green+Blue) = 176+18+149=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B01295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01295 is #4FED6A. Grayscale: #4F4F4F. Windows color (decimal): -5238123 or 9769648. OLE color: 9769648.
HSL color Cylindrical-coordinate representation of color #B01295: hue angle of 310.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01295 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.31 |
| HSL | 310.25º | 0.81% | 0.38% | - |
| HSV(B) | 310.25º | 0.9% | 0.69% | - |
| XYZ | 23.55 | 11.83 | 29.48 | - |
| YUV | 80.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 149 | 0 | 0.90 | 0.15 | 0.31 | 310.25 | 0.81 | 0.38 |
| Hex | B0 | 12 | 95 | 0 | 5A | F | 1F | 136 | 51 | 26 |
| Octal | 260 | 22 | 225 | 0 | 132 | 17 | 37 | 466 | 121 | 46 |
| Binary | 10110000 | 10010 | 10010101 | 0 | 1011010 | 1111 | 11111 | 100110110 | 1010001 | 100110 |
Color Harmonies of #B01295
Complementary color
Monochromatic Colors of #B01295
Black with #B01295
Text Example
Text Example
White with #B01295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01295; }
p { color: rgb(176,18,149); }
H1.HeaderClassName
{
color: #B01295;
}
.AnyTagClassName
{
color: #B01295;
}
</style>
background-color css
<style>
a { background-color: #B01295; }
a { background-color: rgb(176,18,149); }
div.DivClassName
{
background-color: #B01295;
}
.BgClassName
{
background-color: #B01295;
}
</style>
border-color css
<style>
span { border-color: #B01295; }
span { border-color: rgb(176,18,149); }
td.TdClassName
{
border-color: #B01295;
}
.TagClassName
{
border-color: #B01295;
}
</style>