Shades of Medium Violet Red #B40990
Tints of Medium Violet Red #B40990
RGB
CMYK
RGB Variations
Color information
#B40990 (or 0xB40990) is known color: Medium Violet Red. HEX triplet: B4, 09 and 90. RGB value is (180,9,144). Sum of RGB (Red+Green+Blue) = 180+9+144=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40990 is #4BF66F. Grayscale: #4B4B4B. Windows color (decimal): -4978288 or 9439668. OLE color: 9439668.
HSL color Cylindrical-coordinate representation of color #B40990: hue angle of 312.63º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40990 is Cyan = 0, Magento = 0.95, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 144 | - |
| CMYK | 0 | 0.95 | 0.2 | 0.29 |
| HSL | 312.63º | 0.9% | 0.37% | - |
| HSV(B) | 312.63º | 0.95% | 0.71% | - |
| XYZ | 23.95 | 11.91 | 27.42 | - |
| YUV | 75.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 144 | 0 | 0.95 | 0.2 | 0.29 | 312.63 | 0.9 | 0.37 |
| Hex | B4 | 9 | 90 | 0 | 5F | 14 | 1D | 139 | 5A | 25 |
| Octal | 264 | 11 | 220 | 0 | 137 | 24 | 35 | 471 | 132 | 45 |
| Binary | 10110100 | 1001 | 10010000 | 0 | 1011111 | 10100 | 11101 | 100111001 | 1011010 | 100101 |
Color Harmonies of #B40990
Complementary color
Monochromatic Colors of #B40990
Black with #B40990
Text Example
Text Example
White with #B40990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40990; }
p { color: rgb(180,9,144); }
H1.HeaderClassName
{
color: #B40990;
}
.AnyTagClassName
{
color: #B40990;
}
</style>
background-color css
<style>
a { background-color: #B40990; }
a { background-color: rgb(180,9,144); }
div.DivClassName
{
background-color: #B40990;
}
.BgClassName
{
background-color: #B40990;
}
</style>
border-color css
<style>
span { border-color: #B40990; }
span { border-color: rgb(180,9,144); }
td.TdClassName
{
border-color: #B40990;
}
.TagClassName
{
border-color: #B40990;
}
</style>