Shades of Medium Violet Red #B01C8F
Tints of Medium Violet Red #B01C8F
RGB
CMYK
RGB Variations
Color information
#B01C8F (or 0xB01C8F) is known color: Medium Violet Red. HEX triplet: B0, 1C and 8F. RGB value is (176,28,143). Sum of RGB (Red+Green+Blue) = 176+28+143=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C8F is #4FE370. Grayscale: #555555. Windows color (decimal): -5235569 or 9378992. OLE color: 9378992.
HSL color Cylindrical-coordinate representation of color #B01C8F: hue angle of 313.38º 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 #B01C8F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 143 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.31 |
| HSL | 313.38º | 0.73% | 0.4% | - |
| HSV(B) | 313.38º | 0.84% | 0.69% | - |
| XYZ | 23.28 | 12.04 | 27.08 | - |
| YUV | 85.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 143 | 0 | 0.84 | 0.19 | 0.31 | 313.38 | 0.73 | 0.4 |
| Hex | B0 | 1C | 8F | 0 | 54 | 13 | 1F | 139 | 49 | 28 |
| Octal | 260 | 34 | 217 | 0 | 124 | 23 | 37 | 471 | 111 | 50 |
| Binary | 10110000 | 11100 | 10001111 | 0 | 1010100 | 10011 | 11111 | 100111001 | 1001001 | 101000 |
Color Harmonies of #B01C8F
Complementary color
Monochromatic Colors of #B01C8F
Black with #B01C8F
Text Example
Text Example
White with #B01C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C8F; }
p { color: rgb(176,28,143); }
H1.HeaderClassName
{
color: #B01C8F;
}
.AnyTagClassName
{
color: #B01C8F;
}
</style>
background-color css
<style>
a { background-color: #B01C8F; }
a { background-color: rgb(176,28,143); }
div.DivClassName
{
background-color: #B01C8F;
}
.BgClassName
{
background-color: #B01C8F;
}
</style>
border-color css
<style>
span { border-color: #B01C8F; }
span { border-color: rgb(176,28,143); }
td.TdClassName
{
border-color: #B01C8F;
}
.TagClassName
{
border-color: #B01C8F;
}
</style>