Shades of Medium Violet Red #B41A8D
Tints of Medium Violet Red #B41A8D
RGB
CMYK
RGB Variations
Color information
#B41A8D (or 0xB41A8D) is known color: Medium Violet Red. HEX triplet: B4, 1A and 8D. RGB value is (180,26,141). Sum of RGB (Red+Green+Blue) = 180+26+141=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41A8D is #4BE572. Grayscale: #545454. Windows color (decimal): -4973939 or 9247412. OLE color: 9247412.
HSL color Cylindrical-coordinate representation of color #B41A8D: hue angle of 315.19º 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 #B41A8D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 141 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.29 |
| HSL | 315.19º | 0.75% | 0.4% | - |
| HSV(B) | 315.19º | 0.86% | 0.71% | - |
| XYZ | 24 | 12.37 | 26.32 | - |
| YUV | 85.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 141 | 0 | 0.86 | 0.22 | 0.29 | 315.19 | 0.75 | 0.4 |
| Hex | B4 | 1A | 8D | 0 | 56 | 16 | 1D | 13B | 4B | 28 |
| Octal | 264 | 32 | 215 | 0 | 126 | 26 | 35 | 473 | 113 | 50 |
| Binary | 10110100 | 11010 | 10001101 | 0 | 1010110 | 10110 | 11101 | 100111011 | 1001011 | 101000 |
Color Harmonies of #B41A8D
Complementary color
Monochromatic Colors of #B41A8D
Black with #B41A8D
Text Example
Text Example
White with #B41A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A8D; }
p { color: rgb(180,26,141); }
H1.HeaderClassName
{
color: #B41A8D;
}
.AnyTagClassName
{
color: #B41A8D;
}
</style>
background-color css
<style>
a { background-color: #B41A8D; }
a { background-color: rgb(180,26,141); }
div.DivClassName
{
background-color: #B41A8D;
}
.BgClassName
{
background-color: #B41A8D;
}
</style>
border-color css
<style>
span { border-color: #B41A8D; }
span { border-color: rgb(180,26,141); }
td.TdClassName
{
border-color: #B41A8D;
}
.TagClassName
{
border-color: #B41A8D;
}
</style>