Shades of Medium Red Violet #B01E7A
Tints of Medium Red Violet #B01E7A
RGB
CMYK
RGB Variations
Color information
#B01E7A (or 0xB01E7A) is known color: Medium Red Violet. HEX triplet: B0, 1E and 7A. RGB value is (176,30,122). Sum of RGB (Red+Green+Blue) = 176+30+122=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01E7A is #4FE185. Grayscale: #535353. Windows color (decimal): -5235078 or 8003248. OLE color: 8003248.
HSL color Cylindrical-coordinate representation of color #B01E7A: hue angle of 322.19º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01E7A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 30 | 122 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.31 |
| HSL | 322.19º | 0.71% | 0.4% | - |
| HSV(B) | 322.19º | 0.83% | 0.69% | - |
| XYZ | 21.88 | 11.56 | 19.49 | - |
| YUV | 84.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 122 | 0 | 0.83 | 0.31 | 0.31 | 322.19 | 0.71 | 0.4 |
| Hex | B0 | 1E | 7A | 0 | 53 | 1F | 1F | 142 | 47 | 28 |
| Octal | 260 | 36 | 172 | 0 | 123 | 37 | 37 | 502 | 107 | 50 |
| Binary | 10110000 | 11110 | 1111010 | 0 | 1010011 | 11111 | 11111 | 101000010 | 1000111 | 101000 |
Color Harmonies of #B01E7A
Complementary color
Monochromatic Colors of #B01E7A
Black with #B01E7A
Text Example
Text Example
White with #B01E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01E7A; }
p { color: rgb(176,30,122); }
H1.HeaderClassName
{
color: #B01E7A;
}
.AnyTagClassName
{
color: #B01E7A;
}
</style>
background-color css
<style>
a { background-color: #B01E7A; }
a { background-color: rgb(176,30,122); }
div.DivClassName
{
background-color: #B01E7A;
}
.BgClassName
{
background-color: #B01E7A;
}
</style>
border-color css
<style>
span { border-color: #B01E7A; }
span { border-color: rgb(176,30,122); }
td.TdClassName
{
border-color: #B01E7A;
}
.TagClassName
{
border-color: #B01E7A;
}
</style>