Shades of Medium Violet Red #B41A8C
Tints of Medium Violet Red #B41A8C
RGB
CMYK
RGB Variations
Color information
#B41A8C (or 0xB41A8C) is known color: Medium Violet Red. HEX triplet: B4, 1A and 8C. RGB value is (180,26,140). Sum of RGB (Red+Green+Blue) = 180+26+140=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41A8C is #4BE573. Grayscale: #545454. Windows color (decimal): -4973940 or 9181876. OLE color: 9181876.
HSL color Cylindrical-coordinate representation of color #B41A8C: hue angle of 315.58º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A8C is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 140 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.29 |
| HSL | 315.58º | 0.75% | 0.4% | - |
| HSV(B) | 315.58º | 0.86% | 0.71% | - |
| XYZ | 23.93 | 12.34 | 25.93 | - |
| YUV | 85.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 140 | 0 | 0.86 | 0.22 | 0.29 | 315.58 | 0.75 | 0.4 |
| Hex | B4 | 1A | 8C | 0 | 56 | 16 | 1D | 13C | 4B | 28 |
| Octal | 264 | 32 | 214 | 0 | 126 | 26 | 35 | 474 | 113 | 50 |
| Binary | 10110100 | 11010 | 10001100 | 0 | 1010110 | 10110 | 11101 | 100111100 | 1001011 | 101000 |
Color Harmonies of #B41A8C
Complementary color
Monochromatic Colors of #B41A8C
Black with #B41A8C
Text Example
Text Example
White with #B41A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A8C; }
p { color: rgb(180,26,140); }
H1.HeaderClassName
{
color: #B41A8C;
}
.AnyTagClassName
{
color: #B41A8C;
}
</style>
background-color css
<style>
a { background-color: #B41A8C; }
a { background-color: rgb(180,26,140); }
div.DivClassName
{
background-color: #B41A8C;
}
.BgClassName
{
background-color: #B41A8C;
}
</style>
border-color css
<style>
span { border-color: #B41A8C; }
span { border-color: rgb(180,26,140); }
td.TdClassName
{
border-color: #B41A8C;
}
.TagClassName
{
border-color: #B41A8C;
}
</style>