Shades of Medium Violet Red #B00195
Tints of Medium Violet Red #B00195
RGB
CMYK
RGB Variations
Color information
#B00195 (or 0xB00195) is known color: Medium Violet Red. HEX triplet: B0, 01 and 95. RGB value is (176,1,149). Sum of RGB (Red+Green+Blue) = 176+1+149=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B00195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00195 is #4FFE6A. Grayscale: #454545. Windows color (decimal): -5242475 or 9765296. OLE color: 9765296.
HSL color Cylindrical-coordinate representation of color #B00195: hue angle of 309.26º 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 #B00195 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.31 |
| HSL | 309.26º | 0.99% | 0.35% | - |
| HSV(B) | 309.26º | 0.99% | 0.69% | - |
| XYZ | 23.34 | 11.42 | 29.41 | - |
| YUV | 70.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 149 | 0 | 0.99 | 0.15 | 0.31 | 309.26 | 0.99 | 0.35 |
| Hex | B0 | 1 | 95 | 0 | 63 | F | 1F | 135 | 63 | 23 |
| Octal | 260 | 1 | 225 | 0 | 143 | 17 | 37 | 465 | 143 | 43 |
| Binary | 10110000 | 1 | 10010101 | 0 | 1100011 | 1111 | 11111 | 100110101 | 1100011 | 100011 |
Color Harmonies of #B00195
Complementary color
Monochromatic Colors of #B00195
Black with #B00195
Text Example
Text Example
White with #B00195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00195; }
p { color: rgb(176,1,149); }
H1.HeaderClassName
{
color: #B00195;
}
.AnyTagClassName
{
color: #B00195;
}
</style>
background-color css
<style>
a { background-color: #B00195; }
a { background-color: rgb(176,1,149); }
div.DivClassName
{
background-color: #B00195;
}
.BgClassName
{
background-color: #B00195;
}
</style>
border-color css
<style>
span { border-color: #B00195; }
span { border-color: rgb(176,1,149); }
td.TdClassName
{
border-color: #B00195;
}
.TagClassName
{
border-color: #B00195;
}
</style>