Shades of Medium Red Violet #B42AAB
Tints of Medium Red Violet #B42AAB
RGB
CMYK
RGB Variations
Color information
#B42AAB (or 0xB42AAB) is known color: Medium Red Violet. HEX triplet: B4, 2A and AB. RGB value is (180,42,171). Sum of RGB (Red+Green+Blue) = 180+42+171=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AAB is #4BD554. Grayscale: #616161. Windows color (decimal): -4969813 or 11217588. OLE color: 11217588.
HSL color Cylindrical-coordinate representation of color #B42AAB: hue angle of 303.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42AAB is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 171 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.29 |
| HSL | 303.91º | 0.62% | 0.44% | - |
| HSV(B) | 303.91º | 0.77% | 0.71% | - |
| XYZ | 27 | 14.3 | 39.87 | - |
| YUV | 97.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 171 | 0 | 0.77 | 0.05 | 0.29 | 303.91 | 0.62 | 0.44 |
| Hex | B4 | 2A | AB | 0 | 4D | 5 | 1D | 130 | 3E | 2C |
| Octal | 264 | 52 | 253 | 0 | 115 | 5 | 35 | 460 | 76 | 54 |
| Binary | 10110100 | 101010 | 10101011 | 0 | 1001101 | 101 | 11101 | 100110000 | 111110 | 101100 |
Color Harmonies of #B42AAB
Complementary color
Monochromatic Colors of #B42AAB
Black with #B42AAB
Text Example
Text Example
White with #B42AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42AAB; }
p { color: rgb(180,42,171); }
H1.HeaderClassName
{
color: #B42AAB;
}
.AnyTagClassName
{
color: #B42AAB;
}
</style>
background-color css
<style>
a { background-color: #B42AAB; }
a { background-color: rgb(180,42,171); }
div.DivClassName
{
background-color: #B42AAB;
}
.BgClassName
{
background-color: #B42AAB;
}
</style>
border-color css
<style>
span { border-color: #B42AAB; }
span { border-color: rgb(180,42,171); }
td.TdClassName
{
border-color: #B42AAB;
}
.TagClassName
{
border-color: #B42AAB;
}
</style>