Shades of Medium Violet Red #B01D81
Tints of Medium Violet Red #B01D81
RGB
CMYK
RGB Variations
Color information
#B01D81 (or 0xB01D81) is known color: Medium Violet Red. HEX triplet: B0, 1D and 81. RGB value is (176,29,129). Sum of RGB (Red+Green+Blue) = 176+29+129=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D81 is #4FE27E. Grayscale: #545454. Windows color (decimal): -5235327 or 8461744. OLE color: 8461744.
HSL color Cylindrical-coordinate representation of color #B01D81: hue angle of 319.18º degrees, saturation: 0.72, 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 #B01D81 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 129 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.31 |
| HSL | 319.18º | 0.72% | 0.4% | - |
| HSV(B) | 319.18º | 0.84% | 0.69% | - |
| XYZ | 22.31 | 11.69 | 21.85 | - |
| YUV | 84.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 129 | 0 | 0.84 | 0.27 | 0.31 | 319.18 | 0.72 | 0.4 |
| Hex | B0 | 1D | 81 | 0 | 54 | 1B | 1F | 13F | 48 | 28 |
| Octal | 260 | 35 | 201 | 0 | 124 | 33 | 37 | 477 | 110 | 50 |
| Binary | 10110000 | 11101 | 10000001 | 0 | 1010100 | 11011 | 11111 | 100111111 | 1001000 | 101000 |
Color Harmonies of #B01D81
Complementary color
Monochromatic Colors of #B01D81
Black with #B01D81
Text Example
Text Example
White with #B01D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D81; }
p { color: rgb(176,29,129); }
H1.HeaderClassName
{
color: #B01D81;
}
.AnyTagClassName
{
color: #B01D81;
}
</style>
background-color css
<style>
a { background-color: #B01D81; }
a { background-color: rgb(176,29,129); }
div.DivClassName
{
background-color: #B01D81;
}
.BgClassName
{
background-color: #B01D81;
}
</style>
border-color css
<style>
span { border-color: #B01D81; }
span { border-color: rgb(176,29,129); }
td.TdClassName
{
border-color: #B01D81;
}
.TagClassName
{
border-color: #B01D81;
}
</style>