Shades of Medium Violet Red #B00194
Tints of Medium Violet Red #B00194
RGB
CMYK
RGB Variations
Color information
#B00194 (or 0xB00194) is known color: Medium Violet Red. HEX triplet: B0, 01 and 94. RGB value is (176,1,148). Sum of RGB (Red+Green+Blue) = 176+1+148=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B00194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00194 is #4FFE6B. Grayscale: #454545. Windows color (decimal): -5242476 or 9699760. OLE color: 9699760.
HSL color Cylindrical-coordinate representation of color #B00194: hue angle of 309.6º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00194 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.31 |
| HSL | 309.6º | 0.99% | 0.35% | - |
| HSV(B) | 309.6º | 0.99% | 0.69% | - |
| XYZ | 23.26 | 11.39 | 28.99 | - |
| YUV | 70.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 148 | 0 | 0.99 | 0.16 | 0.31 | 309.6 | 0.99 | 0.35 |
| Hex | B0 | 1 | 94 | 0 | 63 | 10 | 1F | 136 | 63 | 23 |
| Octal | 260 | 1 | 224 | 0 | 143 | 20 | 37 | 466 | 143 | 43 |
| Binary | 10110000 | 1 | 10010100 | 0 | 1100011 | 10000 | 11111 | 100110110 | 1100011 | 100011 |
Color Harmonies of #B00194
Complementary color
Monochromatic Colors of #B00194
Black with #B00194
Text Example
Text Example
White with #B00194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00194; }
p { color: rgb(176,1,148); }
H1.HeaderClassName
{
color: #B00194;
}
.AnyTagClassName
{
color: #B00194;
}
</style>
background-color css
<style>
a { background-color: #B00194; }
a { background-color: rgb(176,1,148); }
div.DivClassName
{
background-color: #B00194;
}
.BgClassName
{
background-color: #B00194;
}
</style>
border-color css
<style>
span { border-color: #B00194; }
span { border-color: rgb(176,1,148); }
td.TdClassName
{
border-color: #B00194;
}
.TagClassName
{
border-color: #B00194;
}
</style>