Shades of Medium Violet Red #B41CA4
Tints of Medium Violet Red #B41CA4
RGB
CMYK
RGB Variations
Color information
#B41CA4 (or 0xB41CA4) is known color: Medium Violet Red. HEX triplet: B4, 1C and A4. RGB value is (180,28,164). Sum of RGB (Red+Green+Blue) = 180+28+164=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B41CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41CA4 is #4BE35B. Grayscale: #585858. Windows color (decimal): -4973404 or 10755252. OLE color: 10755252.
HSL color Cylindrical-coordinate representation of color #B41CA4: hue angle of 306.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41CA4 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 164 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.29 |
| HSL | 306.32º | 0.73% | 0.41% | - |
| HSV(B) | 306.32º | 0.84% | 0.71% | - |
| XYZ | 25.94 | 13.21 | 36.31 | - |
| YUV | 88.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 164 | 0 | 0.84 | 0.09 | 0.29 | 306.32 | 0.73 | 0.41 |
| Hex | B4 | 1C | A4 | 0 | 54 | 9 | 1D | 132 | 49 | 29 |
| Octal | 264 | 34 | 244 | 0 | 124 | 11 | 35 | 462 | 111 | 51 |
| Binary | 10110100 | 11100 | 10100100 | 0 | 1010100 | 1001 | 11101 | 100110010 | 1001001 | 101001 |
Color Harmonies of #B41CA4
Complementary color
Monochromatic Colors of #B41CA4
Black with #B41CA4
Text Example
Text Example
White with #B41CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CA4; }
p { color: rgb(180,28,164); }
H1.HeaderClassName
{
color: #B41CA4;
}
.AnyTagClassName
{
color: #B41CA4;
}
</style>
background-color css
<style>
a { background-color: #B41CA4; }
a { background-color: rgb(180,28,164); }
div.DivClassName
{
background-color: #B41CA4;
}
.BgClassName
{
background-color: #B41CA4;
}
</style>
border-color css
<style>
span { border-color: #B41CA4; }
span { border-color: rgb(180,28,164); }
td.TdClassName
{
border-color: #B41CA4;
}
.TagClassName
{
border-color: #B41CA4;
}
</style>