Shades of Medium Violet Red #B01390
Tints of Medium Violet Red #B01390
RGB
CMYK
RGB Variations
Color information
#B01390 (or 0xB01390) is known color: Medium Violet Red. HEX triplet: B0, 13 and 90. RGB value is (176,19,144). Sum of RGB (Red+Green+Blue) = 176+19+144=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B01390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01390 is #4FEC6F. Grayscale: #4F4F4F. Windows color (decimal): -5237872 or 9442224. OLE color: 9442224.
HSL color Cylindrical-coordinate representation of color #B01390: hue angle of 312.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01390 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 144 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.31 |
| HSL | 312.23º | 0.81% | 0.38% | - |
| HSV(B) | 312.23º | 0.89% | 0.69% | - |
| XYZ | 23.17 | 11.71 | 27.42 | - |
| YUV | 80.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 144 | 0 | 0.89 | 0.18 | 0.31 | 312.23 | 0.81 | 0.38 |
| Hex | B0 | 13 | 90 | 0 | 59 | 12 | 1F | 138 | 51 | 26 |
| Octal | 260 | 23 | 220 | 0 | 131 | 22 | 37 | 470 | 121 | 46 |
| Binary | 10110000 | 10011 | 10010000 | 0 | 1011001 | 10010 | 11111 | 100111000 | 1010001 | 100110 |
Color Harmonies of #B01390
Complementary color
Monochromatic Colors of #B01390
Black with #B01390
Text Example
Text Example
White with #B01390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01390; }
p { color: rgb(176,19,144); }
H1.HeaderClassName
{
color: #B01390;
}
.AnyTagClassName
{
color: #B01390;
}
</style>
background-color css
<style>
a { background-color: #B01390; }
a { background-color: rgb(176,19,144); }
div.DivClassName
{
background-color: #B01390;
}
.BgClassName
{
background-color: #B01390;
}
</style>
border-color css
<style>
span { border-color: #B01390; }
span { border-color: rgb(176,19,144); }
td.TdClassName
{
border-color: #B01390;
}
.TagClassName
{
border-color: #B01390;
}
</style>