Shades of Medium Red Violet #B42BAB
Tints of Medium Red Violet #B42BAB
RGB
CMYK
RGB Variations
Color information
#B42BAB (or 0xB42BAB) is known color: Medium Red Violet. HEX triplet: B4, 2B and AB. RGB value is (180,43,171). Sum of RGB (Red+Green+Blue) = 180+43+171=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BAB is #4BD454. Grayscale: #626262. Windows color (decimal): -4969557 or 11217844. OLE color: 11217844.
HSL color Cylindrical-coordinate representation of color #B42BAB: hue angle of 303.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42BAB is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 171 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.29 |
| HSL | 303.94º | 0.61% | 0.44% | - |
| HSV(B) | 303.94º | 0.76% | 0.71% | - |
| XYZ | 27.04 | 14.37 | 39.88 | - |
| YUV | 98.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 171 | 0 | 0.76 | 0.05 | 0.29 | 303.94 | 0.61 | 0.44 |
| Hex | B4 | 2B | AB | 0 | 4C | 5 | 1D | 130 | 3D | 2C |
| Octal | 264 | 53 | 253 | 0 | 114 | 5 | 35 | 460 | 75 | 54 |
| Binary | 10110100 | 101011 | 10101011 | 0 | 1001100 | 101 | 11101 | 100110000 | 111101 | 101100 |
Color Harmonies of #B42BAB
Complementary color
Monochromatic Colors of #B42BAB
Black with #B42BAB
Text Example
Text Example
White with #B42BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BAB; }
p { color: rgb(180,43,171); }
H1.HeaderClassName
{
color: #B42BAB;
}
.AnyTagClassName
{
color: #B42BAB;
}
</style>
background-color css
<style>
a { background-color: #B42BAB; }
a { background-color: rgb(180,43,171); }
div.DivClassName
{
background-color: #B42BAB;
}
.BgClassName
{
background-color: #B42BAB;
}
</style>
border-color css
<style>
span { border-color: #B42BAB; }
span { border-color: rgb(180,43,171); }
td.TdClassName
{
border-color: #B42BAB;
}
.TagClassName
{
border-color: #B42BAB;
}
</style>