Shades of Medium Violet Red #B40BA1
Tints of Medium Violet Red #B40BA1
RGB
CMYK
RGB Variations
Color information
#B40BA1 (or 0xB40BA1) is known color: Medium Violet Red. HEX triplet: B4, 0B and A1. RGB value is (180,11,161). Sum of RGB (Red+Green+Blue) = 180+11+161=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA1 is #4BF45E. Grayscale: #4E4E4E. Windows color (decimal): -4977759 or 10554292. OLE color: 10554292.
HSL color Cylindrical-coordinate representation of color #B40BA1: hue angle of 306.75º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.29 |
| HSL | 306.75º | 0.88% | 0.37% | - |
| HSV(B) | 306.75º | 0.94% | 0.71% | - |
| XYZ | 25.38 | 12.52 | 34.8 | - |
| YUV | 78.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 161 | 0 | 0.94 | 0.11 | 0.29 | 306.75 | 0.88 | 0.37 |
| Hex | B4 | B | A1 | 0 | 5E | B | 1D | 133 | 58 | 25 |
| Octal | 264 | 13 | 241 | 0 | 136 | 13 | 35 | 463 | 130 | 45 |
| Binary | 10110100 | 1011 | 10100001 | 0 | 1011110 | 1011 | 11101 | 100110011 | 1011000 | 100101 |
Color Harmonies of #B40BA1
Complementary color
Monochromatic Colors of #B40BA1
Black with #B40BA1
Text Example
Text Example
White with #B40BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BA1; }
p { color: rgb(180,11,161); }
H1.HeaderClassName
{
color: #B40BA1;
}
.AnyTagClassName
{
color: #B40BA1;
}
</style>
background-color css
<style>
a { background-color: #B40BA1; }
a { background-color: rgb(180,11,161); }
div.DivClassName
{
background-color: #B40BA1;
}
.BgClassName
{
background-color: #B40BA1;
}
</style>
border-color css
<style>
span { border-color: #B40BA1; }
span { border-color: rgb(180,11,161); }
td.TdClassName
{
border-color: #B40BA1;
}
.TagClassName
{
border-color: #B40BA1;
}
</style>