Shades of Medium Violet Red #B01A8C
Tints of Medium Violet Red #B01A8C
RGB
CMYK
RGB Variations
Color information
#B01A8C (or 0xB01A8C) is known color: Medium Violet Red. HEX triplet: B0, 1A and 8C. RGB value is (176,26,140). Sum of RGB (Red+Green+Blue) = 176+26+140=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8C is #4FE573. Grayscale: #535353. Windows color (decimal): -5236084 or 9181872. OLE color: 9181872.
HSL color Cylindrical-coordinate representation of color #B01A8C: hue angle of 314.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A8C is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 140 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.31 |
| HSL | 314.4º | 0.74% | 0.4% | - |
| HSV(B) | 314.4º | 0.85% | 0.69% | - |
| XYZ | 23.01 | 11.86 | 25.89 | - |
| YUV | 83.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 140 | 0 | 0.85 | 0.20 | 0.31 | 314.4 | 0.74 | 0.4 |
| Hex | B0 | 1A | 8C | 0 | 55 | 14 | 1F | 13A | 4A | 28 |
| Octal | 260 | 32 | 214 | 0 | 125 | 24 | 37 | 472 | 112 | 50 |
| Binary | 10110000 | 11010 | 10001100 | 0 | 1010101 | 10100 | 11111 | 100111010 | 1001010 | 101000 |
Color Harmonies of #B01A8C
Complementary color
Monochromatic Colors of #B01A8C
Black with #B01A8C
Text Example
Text Example
White with #B01A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A8C; }
p { color: rgb(176,26,140); }
H1.HeaderClassName
{
color: #B01A8C;
}
.AnyTagClassName
{
color: #B01A8C;
}
</style>
background-color css
<style>
a { background-color: #B01A8C; }
a { background-color: rgb(176,26,140); }
div.DivClassName
{
background-color: #B01A8C;
}
.BgClassName
{
background-color: #B01A8C;
}
</style>
border-color css
<style>
span { border-color: #B01A8C; }
span { border-color: rgb(176,26,140); }
td.TdClassName
{
border-color: #B01A8C;
}
.TagClassName
{
border-color: #B01A8C;
}
</style>