Shades of Medium Red Violet #B42089
Tints of Medium Red Violet #B42089
RGB
CMYK
RGB Variations
Color information
#B42089 (or 0xB42089) is known color: Medium Red Violet. HEX triplet: B4, 20 and 89. RGB value is (180,32,137). Sum of RGB (Red+Green+Blue) = 180+32+137=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B42089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42089 is #4BDF76. Grayscale: #575757. Windows color (decimal): -4972407 or 8986804. OLE color: 8986804.
HSL color Cylindrical-coordinate representation of color #B42089: hue angle of 317.43º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42089 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 137 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.29 |
| HSL | 317.43º | 0.7% | 0.42% | - |
| HSV(B) | 317.43º | 0.82% | 0.71% | - |
| XYZ | 23.85 | 12.54 | 24.83 | - |
| YUV | 88.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 137 | 0 | 0.82 | 0.24 | 0.29 | 317.43 | 0.7 | 0.42 |
| Hex | B4 | 20 | 89 | 0 | 52 | 18 | 1D | 13D | 46 | 2A |
| Octal | 264 | 40 | 211 | 0 | 122 | 30 | 35 | 475 | 106 | 52 |
| Binary | 10110100 | 100000 | 10001001 | 0 | 1010010 | 11000 | 11101 | 100111101 | 1000110 | 101010 |
Color Harmonies of #B42089
Complementary color
Monochromatic Colors of #B42089
Black with #B42089
Text Example
Text Example
White with #B42089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42089; }
p { color: rgb(180,32,137); }
H1.HeaderClassName
{
color: #B42089;
}
.AnyTagClassName
{
color: #B42089;
}
</style>
background-color css
<style>
a { background-color: #B42089; }
a { background-color: rgb(180,32,137); }
div.DivClassName
{
background-color: #B42089;
}
.BgClassName
{
background-color: #B42089;
}
</style>
border-color css
<style>
span { border-color: #B42089; }
span { border-color: rgb(180,32,137); }
td.TdClassName
{
border-color: #B42089;
}
.TagClassName
{
border-color: #B42089;
}
</style>