Shades of Medium Violet Red #B01096
Tints of Medium Violet Red #B01096
RGB
CMYK
RGB Variations
Color information
#B01096 (or 0xB01096) is known color: Medium Violet Red. HEX triplet: B0, 10 and 96. RGB value is (176,16,150). Sum of RGB (Red+Green+Blue) = 176+16+150=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B01096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01096 is #4FEF69. Grayscale: #4E4E4E. Windows color (decimal): -5238634 or 9834672. OLE color: 9834672.
HSL color Cylindrical-coordinate representation of color #B01096: hue angle of 309.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01096 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 150 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.31 |
| HSL | 309.75º | 0.83% | 0.38% | - |
| HSV(B) | 309.75º | 0.91% | 0.69% | - |
| XYZ | 23.59 | 11.8 | 29.89 | - |
| YUV | 79.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 150 | 0 | 0.91 | 0.15 | 0.31 | 309.75 | 0.83 | 0.38 |
| Hex | B0 | 10 | 96 | 0 | 5B | F | 1F | 136 | 53 | 26 |
| Octal | 260 | 20 | 226 | 0 | 133 | 17 | 37 | 466 | 123 | 46 |
| Binary | 10110000 | 10000 | 10010110 | 0 | 1011011 | 1111 | 11111 | 100110110 | 1010011 | 100110 |
Color Harmonies of #B01096
Complementary color
Monochromatic Colors of #B01096
Black with #B01096
Text Example
Text Example
White with #B01096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01096; }
p { color: rgb(176,16,150); }
H1.HeaderClassName
{
color: #B01096;
}
.AnyTagClassName
{
color: #B01096;
}
</style>
background-color css
<style>
a { background-color: #B01096; }
a { background-color: rgb(176,16,150); }
div.DivClassName
{
background-color: #B01096;
}
.BgClassName
{
background-color: #B01096;
}
</style>
border-color css
<style>
span { border-color: #B01096; }
span { border-color: rgb(176,16,150); }
td.TdClassName
{
border-color: #B01096;
}
.TagClassName
{
border-color: #B01096;
}
</style>