Shades of Medium Violet Red #B01CA4
Tints of Medium Violet Red #B01CA4
RGB
CMYK
RGB Variations
Color information
#B01CA4 (or 0xB01CA4) is known color: Medium Violet Red. HEX triplet: B0, 1C and A4. RGB value is (176,28,164). Sum of RGB (Red+Green+Blue) = 176+28+164=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B01CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01CA4 is #4FE35B. Grayscale: #575757. Windows color (decimal): -5235548 or 10755248. OLE color: 10755248.
HSL color Cylindrical-coordinate representation of color #B01CA4: hue angle of 304.86º 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 #B01CA4 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 164 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.31 |
| HSL | 304.86º | 0.73% | 0.4% | - |
| HSV(B) | 304.86º | 0.84% | 0.69% | - |
| XYZ | 25.02 | 12.74 | 36.26 | - |
| YUV | 87.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 164 | 0 | 0.84 | 0.07 | 0.31 | 304.86 | 0.73 | 0.4 |
| Hex | B0 | 1C | A4 | 0 | 54 | 7 | 1F | 131 | 49 | 28 |
| Octal | 260 | 34 | 244 | 0 | 124 | 7 | 37 | 461 | 111 | 50 |
| Binary | 10110000 | 11100 | 10100100 | 0 | 1010100 | 111 | 11111 | 100110001 | 1001001 | 101000 |
Color Harmonies of #B01CA4
Complementary color
Monochromatic Colors of #B01CA4
Black with #B01CA4
Text Example
Text Example
White with #B01CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CA4; }
p { color: rgb(176,28,164); }
H1.HeaderClassName
{
color: #B01CA4;
}
.AnyTagClassName
{
color: #B01CA4;
}
</style>
background-color css
<style>
a { background-color: #B01CA4; }
a { background-color: rgb(176,28,164); }
div.DivClassName
{
background-color: #B01CA4;
}
.BgClassName
{
background-color: #B01CA4;
}
</style>
border-color css
<style>
span { border-color: #B01CA4; }
span { border-color: rgb(176,28,164); }
td.TdClassName
{
border-color: #B01CA4;
}
.TagClassName
{
border-color: #B01CA4;
}
</style>