Shades of Medium Red Violet #B42481
Tints of Medium Red Violet #B42481
RGB
CMYK
RGB Variations
Color information
#B42481 (or 0xB42481) is known color: Medium Red Violet. HEX triplet: B4, 24 and 81. RGB value is (180,36,129). Sum of RGB (Red+Green+Blue) = 180+36+129=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42481 is #4BDB7E. Grayscale: #595959. Windows color (decimal): -4971391 or 8463540. OLE color: 8463540.
HSL color Cylindrical-coordinate representation of color #B42481: hue angle of 321.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42481 is Cyan = 0, Magento = 0.8, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 129 | - |
| CMYK | 0 | 0.8 | 0.28 | 0.29 |
| HSL | 321.25º | 0.67% | 0.42% | - |
| HSV(B) | 321.25º | 0.8% | 0.71% | - |
| XYZ | 23.42 | 12.55 | 21.96 | - |
| YUV | 89.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 129 | 0 | 0.8 | 0.28 | 0.29 | 321.25 | 0.67 | 0.42 |
| Hex | B4 | 24 | 81 | 0 | 50 | 1C | 1D | 141 | 43 | 2A |
| Octal | 264 | 44 | 201 | 0 | 120 | 34 | 35 | 501 | 103 | 52 |
| Binary | 10110100 | 100100 | 10000001 | 0 | 1010000 | 11100 | 11101 | 101000001 | 1000011 | 101010 |
Color Harmonies of #B42481
Complementary color
Monochromatic Colors of #B42481
Black with #B42481
Text Example
Text Example
White with #B42481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42481; }
p { color: rgb(180,36,129); }
H1.HeaderClassName
{
color: #B42481;
}
.AnyTagClassName
{
color: #B42481;
}
</style>
background-color css
<style>
a { background-color: #B42481; }
a { background-color: rgb(180,36,129); }
div.DivClassName
{
background-color: #B42481;
}
.BgClassName
{
background-color: #B42481;
}
</style>
border-color css
<style>
span { border-color: #B42481; }
span { border-color: rgb(180,36,129); }
td.TdClassName
{
border-color: #B42481;
}
.TagClassName
{
border-color: #B42481;
}
</style>