Shades of Medium Violet Red #B01194
Tints of Medium Violet Red #B01194
RGB
CMYK
RGB Variations
Color information
#B01194 (or 0xB01194) is known color: Medium Violet Red. HEX triplet: B0, 11 and 94. RGB value is (176,17,148). Sum of RGB (Red+Green+Blue) = 176+17+148=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B01194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01194 is #4FEE6B. Grayscale: #4F4F4F. Windows color (decimal): -5238380 or 9703856. OLE color: 9703856.
HSL color Cylindrical-coordinate representation of color #B01194: hue angle of 310.57º degrees, saturation: 0.82, 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 #B01194 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 148 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.31 |
| HSL | 310.57º | 0.82% | 0.38% | - |
| HSV(B) | 310.57º | 0.9% | 0.69% | - |
| XYZ | 23.45 | 11.77 | 29.05 | - |
| YUV | 79.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 148 | 0 | 0.90 | 0.16 | 0.31 | 310.57 | 0.82 | 0.38 |
| Hex | B0 | 11 | 94 | 0 | 5A | 10 | 1F | 137 | 52 | 26 |
| Octal | 260 | 21 | 224 | 0 | 132 | 20 | 37 | 467 | 122 | 46 |
| Binary | 10110000 | 10001 | 10010100 | 0 | 1011010 | 10000 | 11111 | 100110111 | 1010010 | 100110 |
Color Harmonies of #B01194
Complementary color
Monochromatic Colors of #B01194
Black with #B01194
Text Example
Text Example
White with #B01194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01194; }
p { color: rgb(176,17,148); }
H1.HeaderClassName
{
color: #B01194;
}
.AnyTagClassName
{
color: #B01194;
}
</style>
background-color css
<style>
a { background-color: #B01194; }
a { background-color: rgb(176,17,148); }
div.DivClassName
{
background-color: #B01194;
}
.BgClassName
{
background-color: #B01194;
}
</style>
border-color css
<style>
span { border-color: #B01194; }
span { border-color: rgb(176,17,148); }
td.TdClassName
{
border-color: #B01194;
}
.TagClassName
{
border-color: #B01194;
}
</style>