Shades of Medium Red Violet #B42585
Tints of Medium Red Violet #B42585
RGB
CMYK
RGB Variations
Color information
#B42585 (or 0xB42585) is known color: Medium Red Violet. HEX triplet: B4, 25 and 85. RGB value is (180,37,133). Sum of RGB (Red+Green+Blue) = 180+37+133=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B42585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42585 is #4BDA7A. Grayscale: #5A5A5A. Windows color (decimal): -4971131 or 8725940. OLE color: 8725940.
HSL color Cylindrical-coordinate representation of color #B42585: hue angle of 319.72º 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 #B42585 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 133 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.29 |
| HSL | 319.72º | 0.66% | 0.43% | - |
| HSV(B) | 319.72º | 0.79% | 0.71% | - |
| XYZ | 23.72 | 12.72 | 23.4 | - |
| YUV | 90.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 133 | 0 | 0.79 | 0.26 | 0.29 | 319.72 | 0.66 | 0.43 |
| Hex | B4 | 25 | 85 | 0 | 4F | 1A | 1D | 140 | 42 | 2B |
| Octal | 264 | 45 | 205 | 0 | 117 | 32 | 35 | 500 | 102 | 53 |
| Binary | 10110100 | 100101 | 10000101 | 0 | 1001111 | 11010 | 11101 | 101000000 | 1000010 | 101011 |
Color Harmonies of #B42585
Complementary color
Monochromatic Colors of #B42585
Black with #B42585
Text Example
Text Example
White with #B42585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42585; }
p { color: rgb(180,37,133); }
H1.HeaderClassName
{
color: #B42585;
}
.AnyTagClassName
{
color: #B42585;
}
</style>
background-color css
<style>
a { background-color: #B42585; }
a { background-color: rgb(180,37,133); }
div.DivClassName
{
background-color: #B42585;
}
.BgClassName
{
background-color: #B42585;
}
</style>
border-color css
<style>
span { border-color: #B42585; }
span { border-color: rgb(180,37,133); }
td.TdClassName
{
border-color: #B42585;
}
.TagClassName
{
border-color: #B42585;
}
</style>