Shades of Medium Violet Red #B01D8F
Tints of Medium Violet Red #B01D8F
RGB
CMYK
RGB Variations
Color information
#B01D8F (or 0xB01D8F) is known color: Medium Violet Red. HEX triplet: B0, 1D and 8F. RGB value is (176,29,143). Sum of RGB (Red+Green+Blue) = 176+29+143=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D8F is #4FE270. Grayscale: #555555. Windows color (decimal): -5235313 or 9379248. OLE color: 9379248.
HSL color Cylindrical-coordinate representation of color #B01D8F: hue angle of 313.47º 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 #B01D8F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 143 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.31 |
| HSL | 313.47º | 0.72% | 0.4% | - |
| HSV(B) | 313.47º | 0.84% | 0.69% | - |
| XYZ | 23.3 | 12.09 | 27.09 | - |
| YUV | 85.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 143 | 0 | 0.84 | 0.19 | 0.31 | 313.47 | 0.72 | 0.4 |
| Hex | B0 | 1D | 8F | 0 | 54 | 13 | 1F | 139 | 48 | 28 |
| Octal | 260 | 35 | 217 | 0 | 124 | 23 | 37 | 471 | 110 | 50 |
| Binary | 10110000 | 11101 | 10001111 | 0 | 1010100 | 10011 | 11111 | 100111001 | 1001000 | 101000 |
Color Harmonies of #B01D8F
Complementary color
Monochromatic Colors of #B01D8F
Black with #B01D8F
Text Example
Text Example
White with #B01D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D8F; }
p { color: rgb(176,29,143); }
H1.HeaderClassName
{
color: #B01D8F;
}
.AnyTagClassName
{
color: #B01D8F;
}
</style>
background-color css
<style>
a { background-color: #B01D8F; }
a { background-color: rgb(176,29,143); }
div.DivClassName
{
background-color: #B01D8F;
}
.BgClassName
{
background-color: #B01D8F;
}
</style>
border-color css
<style>
span { border-color: #B01D8F; }
span { border-color: rgb(176,29,143); }
td.TdClassName
{
border-color: #B01D8F;
}
.TagClassName
{
border-color: #B01D8F;
}
</style>