Shades of Medium Violet Red #B01C7A
Tints of Medium Violet Red #B01C7A
RGB
CMYK
RGB Variations
Color information
#B01C7A (or 0xB01C7A) is known color: Medium Violet Red. HEX triplet: B0, 1C and 7A. RGB value is (176,28,122). Sum of RGB (Red+Green+Blue) = 176+28+122=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C7A is #4FE385. Grayscale: #525252. Windows color (decimal): -5235590 or 8002736. OLE color: 8002736.
HSL color Cylindrical-coordinate representation of color #B01C7A: hue angle of 321.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C7A is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 122 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.31 |
| HSL | 321.89º | 0.73% | 0.4% | - |
| HSV(B) | 321.89º | 0.84% | 0.69% | - |
| XYZ | 21.83 | 11.47 | 19.47 | - |
| YUV | 82.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 122 | 0 | 0.84 | 0.31 | 0.31 | 321.89 | 0.73 | 0.4 |
| Hex | B0 | 1C | 7A | 0 | 54 | 1F | 1F | 142 | 49 | 28 |
| Octal | 260 | 34 | 172 | 0 | 124 | 37 | 37 | 502 | 111 | 50 |
| Binary | 10110000 | 11100 | 1111010 | 0 | 1010100 | 11111 | 11111 | 101000010 | 1001001 | 101000 |
Color Harmonies of #B01C7A
Complementary color
Monochromatic Colors of #B01C7A
Black with #B01C7A
Text Example
Text Example
White with #B01C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C7A; }
p { color: rgb(176,28,122); }
H1.HeaderClassName
{
color: #B01C7A;
}
.AnyTagClassName
{
color: #B01C7A;
}
</style>
background-color css
<style>
a { background-color: #B01C7A; }
a { background-color: rgb(176,28,122); }
div.DivClassName
{
background-color: #B01C7A;
}
.BgClassName
{
background-color: #B01C7A;
}
</style>
border-color css
<style>
span { border-color: #B01C7A; }
span { border-color: rgb(176,28,122); }
td.TdClassName
{
border-color: #B01C7A;
}
.TagClassName
{
border-color: #B01C7A;
}
</style>