Shades of Medium Red Violet #B42580
Tints of Medium Red Violet #B42580
RGB
CMYK
RGB Variations
Color information
#B42580 (or 0xB42580) is known color: Medium Red Violet. HEX triplet: B4, 25 and 80. RGB value is (180,37,128). Sum of RGB (Red+Green+Blue) = 180+37+128=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42580 is #4BDA7F. Grayscale: #595959. Windows color (decimal): -4971136 or 8398260. OLE color: 8398260.
HSL color Cylindrical-coordinate representation of color #B42580: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42580 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 128 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.29 |
| HSL | 321.82º | 0.66% | 0.43% | - |
| HSV(B) | 321.82º | 0.79% | 0.71% | - |
| XYZ | 23.38 | 12.58 | 21.62 | - |
| YUV | 90.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 128 | 0 | 0.79 | 0.29 | 0.29 | 321.82 | 0.66 | 0.43 |
| Hex | B4 | 25 | 80 | 0 | 4F | 1D | 1D | 142 | 42 | 2B |
| Octal | 264 | 45 | 200 | 0 | 117 | 35 | 35 | 502 | 102 | 53 |
| Binary | 10110100 | 100101 | 10000000 | 0 | 1001111 | 11101 | 11101 | 101000010 | 1000010 | 101011 |
Color Harmonies of #B42580
Complementary color
Monochromatic Colors of #B42580
Black with #B42580
Text Example
Text Example
White with #B42580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42580; }
p { color: rgb(180,37,128); }
H1.HeaderClassName
{
color: #B42580;
}
.AnyTagClassName
{
color: #B42580;
}
</style>
background-color css
<style>
a { background-color: #B42580; }
a { background-color: rgb(180,37,128); }
div.DivClassName
{
background-color: #B42580;
}
.BgClassName
{
background-color: #B42580;
}
</style>
border-color css
<style>
span { border-color: #B42580; }
span { border-color: rgb(180,37,128); }
td.TdClassName
{
border-color: #B42580;
}
.TagClassName
{
border-color: #B42580;
}
</style>