Shades of Medium Red Violet #B42EA5
Tints of Medium Red Violet #B42EA5
RGB
CMYK
RGB Variations
Color information
#B42EA5 (or 0xB42EA5) is known color: Medium Red Violet. HEX triplet: B4, 2E and A5. RGB value is (180,46,165). Sum of RGB (Red+Green+Blue) = 180+46+165=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B42EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42EA5 is #4BD15A. Grayscale: #636363. Windows color (decimal): -4968795 or 10825396. OLE color: 10825396.
HSL color Cylindrical-coordinate representation of color #B42EA5: hue angle of 306.72º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42EA5 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 165 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.29 |
| HSL | 306.72º | 0.59% | 0.44% | - |
| HSV(B) | 306.72º | 0.74% | 0.71% | - |
| XYZ | 26.59 | 14.37 | 36.97 | - |
| YUV | 99.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 165 | 0 | 0.74 | 0.08 | 0.29 | 306.72 | 0.59 | 0.44 |
| Hex | B4 | 2E | A5 | 0 | 4A | 8 | 1D | 133 | 3B | 2C |
| Octal | 264 | 56 | 245 | 0 | 112 | 10 | 35 | 463 | 73 | 54 |
| Binary | 10110100 | 101110 | 10100101 | 0 | 1001010 | 1000 | 11101 | 100110011 | 111011 | 101100 |
Color Harmonies of #B42EA5
Complementary color
Monochromatic Colors of #B42EA5
Black with #B42EA5
Text Example
Text Example
White with #B42EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EA5; }
p { color: rgb(180,46,165); }
H1.HeaderClassName
{
color: #B42EA5;
}
.AnyTagClassName
{
color: #B42EA5;
}
</style>
background-color css
<style>
a { background-color: #B42EA5; }
a { background-color: rgb(180,46,165); }
div.DivClassName
{
background-color: #B42EA5;
}
.BgClassName
{
background-color: #B42EA5;
}
</style>
border-color css
<style>
span { border-color: #B42EA5; }
span { border-color: rgb(180,46,165); }
td.TdClassName
{
border-color: #B42EA5;
}
.TagClassName
{
border-color: #B42EA5;
}
</style>