Shades of Medium Violet Red #B01D8C
Tints of Medium Violet Red #B01D8C
RGB
CMYK
RGB Variations
Color information
#B01D8C (or 0xB01D8C) is known color: Medium Violet Red. HEX triplet: B0, 1D and 8C. RGB value is (176,29,140). Sum of RGB (Red+Green+Blue) = 176+29+140=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D8C is #4FE273. Grayscale: #555555. Windows color (decimal): -5235316 or 9182640. OLE color: 9182640.
HSL color Cylindrical-coordinate representation of color #B01D8C: hue angle of 314.69º 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 #B01D8C is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 140 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.31 |
| HSL | 314.69º | 0.72% | 0.4% | - |
| HSV(B) | 314.69º | 0.84% | 0.69% | - |
| XYZ | 23.08 | 12 | 25.91 | - |
| YUV | 85.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 140 | 0 | 0.84 | 0.20 | 0.31 | 314.69 | 0.72 | 0.4 |
| Hex | B0 | 1D | 8C | 0 | 54 | 14 | 1F | 13B | 48 | 28 |
| Octal | 260 | 35 | 214 | 0 | 124 | 24 | 37 | 473 | 110 | 50 |
| Binary | 10110000 | 11101 | 10001100 | 0 | 1010100 | 10100 | 11111 | 100111011 | 1001000 | 101000 |
Color Harmonies of #B01D8C
Complementary color
Monochromatic Colors of #B01D8C
Black with #B01D8C
Text Example
Text Example
White with #B01D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D8C; }
p { color: rgb(176,29,140); }
H1.HeaderClassName
{
color: #B01D8C;
}
.AnyTagClassName
{
color: #B01D8C;
}
</style>
background-color css
<style>
a { background-color: #B01D8C; }
a { background-color: rgb(176,29,140); }
div.DivClassName
{
background-color: #B01D8C;
}
.BgClassName
{
background-color: #B01D8C;
}
</style>
border-color css
<style>
span { border-color: #B01D8C; }
span { border-color: rgb(176,29,140); }
td.TdClassName
{
border-color: #B01D8C;
}
.TagClassName
{
border-color: #B01D8C;
}
</style>