Shades of Medium Violet Red #B40A8C
Tints of Medium Violet Red #B40A8C
RGB
CMYK
RGB Variations
Color information
#B40A8C (or 0xB40A8C) is known color: Medium Violet Red. HEX triplet: B4, 0A and 8C. RGB value is (180,10,140). Sum of RGB (Red+Green+Blue) = 180+10+140=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A8C is #4BF573. Grayscale: #4B4B4B. Windows color (decimal): -4978036 or 9177780. OLE color: 9177780.
HSL color Cylindrical-coordinate representation of color #B40A8C: hue angle of 314.12º degrees, saturation: 0.89, 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 #B40A8C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 140 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.29 |
| HSL | 314.12º | 0.89% | 0.37% | - |
| HSV(B) | 314.12º | 0.94% | 0.71% | - |
| XYZ | 23.66 | 11.81 | 25.84 | - |
| YUV | 75.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 140 | 0 | 0.94 | 0.22 | 0.29 | 314.12 | 0.89 | 0.37 |
| Hex | B4 | A | 8C | 0 | 5E | 16 | 1D | 13A | 59 | 25 |
| Octal | 264 | 12 | 214 | 0 | 136 | 26 | 35 | 472 | 131 | 45 |
| Binary | 10110100 | 1010 | 10001100 | 0 | 1011110 | 10110 | 11101 | 100111010 | 1011001 | 100101 |
Color Harmonies of #B40A8C
Complementary color
Monochromatic Colors of #B40A8C
Black with #B40A8C
Text Example
Text Example
White with #B40A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A8C; }
p { color: rgb(180,10,140); }
H1.HeaderClassName
{
color: #B40A8C;
}
.AnyTagClassName
{
color: #B40A8C;
}
</style>
background-color css
<style>
a { background-color: #B40A8C; }
a { background-color: rgb(180,10,140); }
div.DivClassName
{
background-color: #B40A8C;
}
.BgClassName
{
background-color: #B40A8C;
}
</style>
border-color css
<style>
span { border-color: #B40A8C; }
span { border-color: rgb(180,10,140); }
td.TdClassName
{
border-color: #B40A8C;
}
.TagClassName
{
border-color: #B40A8C;
}
</style>