Shades of Medium Violet Red #B40BA3
Tints of Medium Violet Red #B40BA3
RGB
CMYK
RGB Variations
Color information
#B40BA3 (or 0xB40BA3) is known color: Medium Violet Red. HEX triplet: B4, 0B and A3. RGB value is (180,11,163). Sum of RGB (Red+Green+Blue) = 180+11+163=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA3 is #4BF45C. Grayscale: #4E4E4E. Windows color (decimal): -4977757 or 10685364. OLE color: 10685364.
HSL color Cylindrical-coordinate representation of color #B40BA3: hue angle of 306.04º 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 #B40BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.29 |
| HSL | 306.04º | 0.88% | 0.37% | - |
| HSV(B) | 306.04º | 0.94% | 0.71% | - |
| XYZ | 25.55 | 12.59 | 35.73 | - |
| YUV | 78.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 163 | 0 | 0.94 | 0.09 | 0.29 | 306.04 | 0.88 | 0.37 |
| Hex | B4 | B | A3 | 0 | 5E | 9 | 1D | 132 | 58 | 25 |
| Octal | 264 | 13 | 243 | 0 | 136 | 11 | 35 | 462 | 130 | 45 |
| Binary | 10110100 | 1011 | 10100011 | 0 | 1011110 | 1001 | 11101 | 100110010 | 1011000 | 100101 |
Color Harmonies of #B40BA3
Complementary color
Monochromatic Colors of #B40BA3
Black with #B40BA3
Text Example
Text Example
White with #B40BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BA3; }
p { color: rgb(180,11,163); }
H1.HeaderClassName
{
color: #B40BA3;
}
.AnyTagClassName
{
color: #B40BA3;
}
</style>
background-color css
<style>
a { background-color: #B40BA3; }
a { background-color: rgb(180,11,163); }
div.DivClassName
{
background-color: #B40BA3;
}
.BgClassName
{
background-color: #B40BA3;
}
</style>
border-color css
<style>
span { border-color: #B40BA3; }
span { border-color: rgb(180,11,163); }
td.TdClassName
{
border-color: #B40BA3;
}
.TagClassName
{
border-color: #B40BA3;
}
</style>