Shades of Medium Red Violet #B42390
Tints of Medium Red Violet #B42390
RGB
CMYK
RGB Variations
Color information
#B42390 (or 0xB42390) is known color: Medium Red Violet. HEX triplet: B4, 23 and 90. RGB value is (180,35,144). Sum of RGB (Red+Green+Blue) = 180+35+144=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B42390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42390 is #4BDC6F. Grayscale: #5A5A5A. Windows color (decimal): -4971632 or 9446324. OLE color: 9446324.
HSL color Cylindrical-coordinate representation of color #B42390: hue angle of 314.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42390 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 144 | - |
| CMYK | 0 | 0.81 | 0.2 | 0.29 |
| HSL | 314.9º | 0.67% | 0.42% | - |
| HSV(B) | 314.9º | 0.81% | 0.71% | - |
| XYZ | 24.46 | 12.92 | 27.59 | - |
| YUV | 90.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 144 | 0 | 0.81 | 0.2 | 0.29 | 314.9 | 0.67 | 0.42 |
| Hex | B4 | 23 | 90 | 0 | 51 | 14 | 1D | 13B | 43 | 2A |
| Octal | 264 | 43 | 220 | 0 | 121 | 24 | 35 | 473 | 103 | 52 |
| Binary | 10110100 | 100011 | 10010000 | 0 | 1010001 | 10100 | 11101 | 100111011 | 1000011 | 101010 |
Color Harmonies of #B42390
Complementary color
Monochromatic Colors of #B42390
Black with #B42390
Text Example
Text Example
White with #B42390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42390; }
p { color: rgb(180,35,144); }
H1.HeaderClassName
{
color: #B42390;
}
.AnyTagClassName
{
color: #B42390;
}
</style>
background-color css
<style>
a { background-color: #B42390; }
a { background-color: rgb(180,35,144); }
div.DivClassName
{
background-color: #B42390;
}
.BgClassName
{
background-color: #B42390;
}
</style>
border-color css
<style>
span { border-color: #B42390; }
span { border-color: rgb(180,35,144); }
td.TdClassName
{
border-color: #B42390;
}
.TagClassName
{
border-color: #B42390;
}
</style>