Shades of Medium Violet Red #B40C91
Tints of Medium Violet Red #B40C91
RGB
CMYK
RGB Variations
Color information
#B40C91 (or 0xB40C91) is known color: Medium Violet Red. HEX triplet: B4, 0C and 91. RGB value is (180,12,145). Sum of RGB (Red+Green+Blue) = 180+12+145=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C91 is #4BF36E. Grayscale: #4D4D4D. Windows color (decimal): -4977519 or 9505972. OLE color: 9505972.
HSL color Cylindrical-coordinate representation of color #B40C91: hue angle of 312.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C91 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 145 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.29 |
| HSL | 312.5º | 0.88% | 0.38% | - |
| HSV(B) | 312.5º | 0.93% | 0.71% | - |
| XYZ | 24.06 | 12.01 | 27.84 | - |
| YUV | 77.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 145 | 0 | 0.93 | 0.19 | 0.29 | 312.5 | 0.88 | 0.38 |
| Hex | B4 | C | 91 | 0 | 5D | 13 | 1D | 138 | 58 | 26 |
| Octal | 264 | 14 | 221 | 0 | 135 | 23 | 35 | 470 | 130 | 46 |
| Binary | 10110100 | 1100 | 10010001 | 0 | 1011101 | 10011 | 11101 | 100111000 | 1011000 | 100110 |
Color Harmonies of #B40C91
Complementary color
Monochromatic Colors of #B40C91
Black with #B40C91
Text Example
Text Example
White with #B40C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C91; }
p { color: rgb(180,12,145); }
H1.HeaderClassName
{
color: #B40C91;
}
.AnyTagClassName
{
color: #B40C91;
}
</style>
background-color css
<style>
a { background-color: #B40C91; }
a { background-color: rgb(180,12,145); }
div.DivClassName
{
background-color: #B40C91;
}
.BgClassName
{
background-color: #B40C91;
}
</style>
border-color css
<style>
span { border-color: #B40C91; }
span { border-color: rgb(180,12,145); }
td.TdClassName
{
border-color: #B40C91;
}
.TagClassName
{
border-color: #B40C91;
}
</style>