Shades of Medium Red Violet #B42DA2
Tints of Medium Red Violet #B42DA2
RGB
CMYK
RGB Variations
Color information
#B42DA2 (or 0xB42DA2) is known color: Medium Red Violet. HEX triplet: B4, 2D and A2. RGB value is (180,45,162). Sum of RGB (Red+Green+Blue) = 180+45+162=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA2 is #4BD25D. Grayscale: #626262. Windows color (decimal): -4969054 or 10628532. OLE color: 10628532.
HSL color Cylindrical-coordinate representation of color #B42DA2: hue angle of 308º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DA2 is Cyan = 0, Magento = 0.75, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 162 | - |
| CMYK | 0 | 0.75 | 0.1 | 0.29 |
| HSL | 308º | 0.6% | 0.44% | - |
| HSV(B) | 308º | 0.75% | 0.71% | - |
| XYZ | 26.28 | 14.19 | 35.54 | - |
| YUV | 98.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 162 | 0 | 0.75 | 0.1 | 0.29 | 308 | 0.6 | 0.44 |
| Hex | B4 | 2D | A2 | 0 | 4B | A | 1D | 134 | 3C | 2C |
| Octal | 264 | 55 | 242 | 0 | 113 | 12 | 35 | 464 | 74 | 54 |
| Binary | 10110100 | 101101 | 10100010 | 0 | 1001011 | 1010 | 11101 | 100110100 | 111100 | 101100 |
Color Harmonies of #B42DA2
Complementary color
Monochromatic Colors of #B42DA2
Black with #B42DA2
Text Example
Text Example
White with #B42DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DA2; }
p { color: rgb(180,45,162); }
H1.HeaderClassName
{
color: #B42DA2;
}
.AnyTagClassName
{
color: #B42DA2;
}
</style>
background-color css
<style>
a { background-color: #B42DA2; }
a { background-color: rgb(180,45,162); }
div.DivClassName
{
background-color: #B42DA2;
}
.BgClassName
{
background-color: #B42DA2;
}
</style>
border-color css
<style>
span { border-color: #B42DA2; }
span { border-color: rgb(180,45,162); }
td.TdClassName
{
border-color: #B42DA2;
}
.TagClassName
{
border-color: #B42DA2;
}
</style>