Shades of Medium Violet Red #B01D89
Tints of Medium Violet Red #B01D89
RGB
CMYK
RGB Variations
Color information
#B01D89 (or 0xB01D89) is known color: Medium Violet Red. HEX triplet: B0, 1D and 89. RGB value is (176,29,137). Sum of RGB (Red+Green+Blue) = 176+29+137=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D89 is #4FE276. Grayscale: #545454. Windows color (decimal): -5235319 or 8986032. OLE color: 8986032.
HSL color Cylindrical-coordinate representation of color #B01D89: hue angle of 315.92º 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 #B01D89 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 137 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.31 |
| HSL | 315.92º | 0.72% | 0.4% | - |
| HSV(B) | 315.92º | 0.84% | 0.69% | - |
| XYZ | 22.86 | 11.91 | 24.76 | - |
| YUV | 85.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 137 | 0 | 0.84 | 0.22 | 0.31 | 315.92 | 0.72 | 0.4 |
| Hex | B0 | 1D | 89 | 0 | 54 | 16 | 1F | 13C | 48 | 28 |
| Octal | 260 | 35 | 211 | 0 | 124 | 26 | 37 | 474 | 110 | 50 |
| Binary | 10110000 | 11101 | 10001001 | 0 | 1010100 | 10110 | 11111 | 100111100 | 1001000 | 101000 |
Color Harmonies of #B01D89
Complementary color
Monochromatic Colors of #B01D89
Black with #B01D89
Text Example
Text Example
White with #B01D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D89; }
p { color: rgb(176,29,137); }
H1.HeaderClassName
{
color: #B01D89;
}
.AnyTagClassName
{
color: #B01D89;
}
</style>
background-color css
<style>
a { background-color: #B01D89; }
a { background-color: rgb(176,29,137); }
div.DivClassName
{
background-color: #B01D89;
}
.BgClassName
{
background-color: #B01D89;
}
</style>
border-color css
<style>
span { border-color: #B01D89; }
span { border-color: rgb(176,29,137); }
td.TdClassName
{
border-color: #B01D89;
}
.TagClassName
{
border-color: #B01D89;
}
</style>