Shades of Medium Violet Red #B40890
Tints of Medium Violet Red #B40890
RGB
CMYK
RGB Variations
Color information
#B40890 (or 0xB40890) is known color: Medium Violet Red. HEX triplet: B4, 08 and 90. RGB value is (180,8,144). Sum of RGB (Red+Green+Blue) = 180+8+144=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40890 is #4BF76F. Grayscale: #4A4A4A. Windows color (decimal): -4978544 or 9439412. OLE color: 9439412.
HSL color Cylindrical-coordinate representation of color #B40890: hue angle of 312.56º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40890 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.2 | 0.29 |
| HSL | 312.56º | 0.91% | 0.37% | - |
| HSV(B) | 312.56º | 0.96% | 0.71% | - |
| XYZ | 23.94 | 11.89 | 27.42 | - |
| YUV | 74.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 144 | 0 | 0.96 | 0.2 | 0.29 | 312.56 | 0.91 | 0.37 |
| Hex | B4 | 8 | 90 | 0 | 60 | 14 | 1D | 139 | 5B | 25 |
| Octal | 264 | 10 | 220 | 0 | 140 | 24 | 35 | 471 | 133 | 45 |
| Binary | 10110100 | 1000 | 10010000 | 0 | 1100000 | 10100 | 11101 | 100111001 | 1011011 | 100101 |
Color Harmonies of #B40890
Complementary color
Monochromatic Colors of #B40890
Black with #B40890
Text Example
Text Example
White with #B40890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40890; }
p { color: rgb(180,8,144); }
H1.HeaderClassName
{
color: #B40890;
}
.AnyTagClassName
{
color: #B40890;
}
</style>
background-color css
<style>
a { background-color: #B40890; }
a { background-color: rgb(180,8,144); }
div.DivClassName
{
background-color: #B40890;
}
.BgClassName
{
background-color: #B40890;
}
</style>
border-color css
<style>
span { border-color: #B40890; }
span { border-color: rgb(180,8,144); }
td.TdClassName
{
border-color: #B40890;
}
.TagClassName
{
border-color: #B40890;
}
</style>