Shades of Medium Red Violet #B42891
Tints of Medium Red Violet #B42891
RGB
CMYK
RGB Variations
Color information
#B42891 (or 0xB42891) is known color: Medium Red Violet. HEX triplet: B4, 28 and 91. RGB value is (180,40,145). Sum of RGB (Red+Green+Blue) = 180+40+145=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42891 is #4BD76E. Grayscale: #5D5D5D. Windows color (decimal): -4970351 or 9513140. OLE color: 9513140.
HSL color Cylindrical-coordinate representation of color #B42891: hue angle of 315º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42891 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 145 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.29 |
| HSL | 315º | 0.64% | 0.43% | - |
| HSV(B) | 315º | 0.78% | 0.71% | - |
| XYZ | 24.69 | 13.27 | 28.05 | - |
| YUV | 93.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 145 | 0 | 0.78 | 0.19 | 0.29 | 315 | 0.64 | 0.43 |
| Hex | B4 | 28 | 91 | 0 | 4E | 13 | 1D | 13B | 40 | 2B |
| Octal | 264 | 50 | 221 | 0 | 116 | 23 | 35 | 473 | 100 | 53 |
| Binary | 10110100 | 101000 | 10010001 | 0 | 1001110 | 10011 | 11101 | 100111011 | 1000000 | 101011 |
Color Harmonies of #B42891
Complementary color
Monochromatic Colors of #B42891
Black with #B42891
Text Example
Text Example
White with #B42891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42891; }
p { color: rgb(180,40,145); }
H1.HeaderClassName
{
color: #B42891;
}
.AnyTagClassName
{
color: #B42891;
}
</style>
background-color css
<style>
a { background-color: #B42891; }
a { background-color: rgb(180,40,145); }
div.DivClassName
{
background-color: #B42891;
}
.BgClassName
{
background-color: #B42891;
}
</style>
border-color css
<style>
span { border-color: #B42891; }
span { border-color: rgb(180,40,145); }
td.TdClassName
{
border-color: #B42891;
}
.TagClassName
{
border-color: #B42891;
}
</style>