Shades of Medium Violet Red #B41A8E
Tints of Medium Violet Red #B41A8E
RGB
CMYK
RGB Variations
Color information
#B41A8E (or 0xB41A8E) is known color: Medium Violet Red. HEX triplet: B4, 1A and 8E. RGB value is (180,26,142). Sum of RGB (Red+Green+Blue) = 180+26+142=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41A8E is #4BE571. Grayscale: #545454. Windows color (decimal): -4973938 or 9312948. OLE color: 9312948.
HSL color Cylindrical-coordinate representation of color #B41A8E: hue angle of 314.81º 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 #B41A8E is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 142 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.29 |
| HSL | 314.81º | 0.75% | 0.4% | - |
| HSV(B) | 314.81º | 0.86% | 0.71% | - |
| XYZ | 24.07 | 12.4 | 26.71 | - |
| YUV | 85.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 142 | 0 | 0.86 | 0.21 | 0.29 | 314.81 | 0.75 | 0.4 |
| Hex | B4 | 1A | 8E | 0 | 56 | 15 | 1D | 13B | 4B | 28 |
| Octal | 264 | 32 | 216 | 0 | 126 | 25 | 35 | 473 | 113 | 50 |
| Binary | 10110100 | 11010 | 10001110 | 0 | 1010110 | 10101 | 11101 | 100111011 | 1001011 | 101000 |
Color Harmonies of #B41A8E
Complementary color
Monochromatic Colors of #B41A8E
Black with #B41A8E
Text Example
Text Example
White with #B41A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A8E; }
p { color: rgb(180,26,142); }
H1.HeaderClassName
{
color: #B41A8E;
}
.AnyTagClassName
{
color: #B41A8E;
}
</style>
background-color css
<style>
a { background-color: #B41A8E; }
a { background-color: rgb(180,26,142); }
div.DivClassName
{
background-color: #B41A8E;
}
.BgClassName
{
background-color: #B41A8E;
}
</style>
border-color css
<style>
span { border-color: #B41A8E; }
span { border-color: rgb(180,26,142); }
td.TdClassName
{
border-color: #B41A8E;
}
.TagClassName
{
border-color: #B41A8E;
}
</style>