Shades of Medium Violet Red #B40591
Tints of Medium Violet Red #B40591
RGB
CMYK
RGB Variations
Color information
#B40591 (or 0xB40591) is known color: Medium Violet Red. HEX triplet: B4, 05 and 91. RGB value is (180,5,145). Sum of RGB (Red+Green+Blue) = 180+5+145=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40591 is #4BFA6E. Grayscale: #484848. Windows color (decimal): -4979311 or 9504180. OLE color: 9504180.
HSL color Cylindrical-coordinate representation of color #B40591: hue angle of 312º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40591 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 145 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.29 |
| HSL | 312º | 0.95% | 0.36% | - |
| HSV(B) | 312º | 0.97% | 0.71% | - |
| XYZ | 23.99 | 11.86 | 27.81 | - |
| YUV | 73.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 145 | 0 | 0.97 | 0.19 | 0.29 | 312 | 0.95 | 0.36 |
| Hex | B4 | 5 | 91 | 0 | 61 | 13 | 1D | 138 | 5F | 24 |
| Octal | 264 | 5 | 221 | 0 | 141 | 23 | 35 | 470 | 137 | 44 |
| Binary | 10110100 | 101 | 10010001 | 0 | 1100001 | 10011 | 11101 | 100111000 | 1011111 | 100100 |
Color Harmonies of #B40591
Complementary color
Monochromatic Colors of #B40591
Black with #B40591
Text Example
Text Example
White with #B40591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40591; }
p { color: rgb(180,5,145); }
H1.HeaderClassName
{
color: #B40591;
}
.AnyTagClassName
{
color: #B40591;
}
</style>
background-color css
<style>
a { background-color: #B40591; }
a { background-color: rgb(180,5,145); }
div.DivClassName
{
background-color: #B40591;
}
.BgClassName
{
background-color: #B40591;
}
</style>
border-color css
<style>
span { border-color: #B40591; }
span { border-color: rgb(180,5,145); }
td.TdClassName
{
border-color: #B40591;
}
.TagClassName
{
border-color: #B40591;
}
</style>