Shades of Medium Violet Red #B40A90
Tints of Medium Violet Red #B40A90
RGB
CMYK
RGB Variations
Color information
#B40A90 (or 0xB40A90) is known color: Medium Violet Red. HEX triplet: B4, 0A and 90. RGB value is (180,10,144). Sum of RGB (Red+Green+Blue) = 180+10+144=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A90 is #4BF56F. Grayscale: #4B4B4B. Windows color (decimal): -4978032 or 9439924. OLE color: 9439924.
HSL color Cylindrical-coordinate representation of color #B40A90: hue angle of 312.71º 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 #B40A90 is Cyan = 0, Magento = 0.94, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 144 | - |
| CMYK | 0 | 0.94 | 0.2 | 0.29 |
| HSL | 312.71º | 0.89% | 0.37% | - |
| HSV(B) | 312.71º | 0.94% | 0.71% | - |
| XYZ | 23.96 | 11.93 | 27.43 | - |
| YUV | 76.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 144 | 0 | 0.94 | 0.2 | 0.29 | 312.71 | 0.89 | 0.37 |
| Hex | B4 | A | 90 | 0 | 5E | 14 | 1D | 139 | 59 | 25 |
| Octal | 264 | 12 | 220 | 0 | 136 | 24 | 35 | 471 | 131 | 45 |
| Binary | 10110100 | 1010 | 10010000 | 0 | 1011110 | 10100 | 11101 | 100111001 | 1011001 | 100101 |
Color Harmonies of #B40A90
Complementary color
Monochromatic Colors of #B40A90
Black with #B40A90
Text Example
Text Example
White with #B40A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A90; }
p { color: rgb(180,10,144); }
H1.HeaderClassName
{
color: #B40A90;
}
.AnyTagClassName
{
color: #B40A90;
}
</style>
background-color css
<style>
a { background-color: #B40A90; }
a { background-color: rgb(180,10,144); }
div.DivClassName
{
background-color: #B40A90;
}
.BgClassName
{
background-color: #B40A90;
}
</style>
border-color css
<style>
span { border-color: #B40A90; }
span { border-color: rgb(180,10,144); }
td.TdClassName
{
border-color: #B40A90;
}
.TagClassName
{
border-color: #B40A90;
}
</style>