Shades of Medium Violet Red #B01CA1
Tints of Medium Violet Red #B01CA1
RGB
CMYK
RGB Variations
Color information
#B01CA1 (or 0xB01CA1) is known color: Medium Violet Red. HEX triplet: B0, 1C and A1. RGB value is (176,28,161). Sum of RGB (Red+Green+Blue) = 176+28+161=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B01CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01CA1 is #4FE35E. Grayscale: #575757. Windows color (decimal): -5235551 or 10558640. OLE color: 10558640.
HSL color Cylindrical-coordinate representation of color #B01CA1: hue angle of 306.08º 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 #B01CA1 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 161 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.31 |
| HSL | 306.08º | 0.73% | 0.4% | - |
| HSV(B) | 306.08º | 0.84% | 0.69% | - |
| XYZ | 24.75 | 12.63 | 34.85 | - |
| YUV | 87.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 161 | 0 | 0.84 | 0.09 | 0.31 | 306.08 | 0.73 | 0.4 |
| Hex | B0 | 1C | A1 | 0 | 54 | 9 | 1F | 132 | 49 | 28 |
| Octal | 260 | 34 | 241 | 0 | 124 | 11 | 37 | 462 | 111 | 50 |
| Binary | 10110000 | 11100 | 10100001 | 0 | 1010100 | 1001 | 11111 | 100110010 | 1001001 | 101000 |
Color Harmonies of #B01CA1
Complementary color
Monochromatic Colors of #B01CA1
Black with #B01CA1
Text Example
Text Example
White with #B01CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CA1; }
p { color: rgb(176,28,161); }
H1.HeaderClassName
{
color: #B01CA1;
}
.AnyTagClassName
{
color: #B01CA1;
}
</style>
background-color css
<style>
a { background-color: #B01CA1; }
a { background-color: rgb(176,28,161); }
div.DivClassName
{
background-color: #B01CA1;
}
.BgClassName
{
background-color: #B01CA1;
}
</style>
border-color css
<style>
span { border-color: #B01CA1; }
span { border-color: rgb(176,28,161); }
td.TdClassName
{
border-color: #B01CA1;
}
.TagClassName
{
border-color: #B01CA1;
}
</style>