Shades of Medium Red Violet #B42BA8
Tints of Medium Red Violet #B42BA8
RGB
CMYK
RGB Variations
Color information
#B42BA8 (or 0xB42BA8) is known color: Medium Red Violet. HEX triplet: B4, 2B and A8. RGB value is (180,43,168). Sum of RGB (Red+Green+Blue) = 180+43+168=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA8 is #4BD457. Grayscale: #616161. Windows color (decimal): -4969560 or 11021236. OLE color: 11021236.
HSL color Cylindrical-coordinate representation of color #B42BA8: hue angle of 305.26º 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 #B42BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 168 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.29 |
| HSL | 305.26º | 0.61% | 0.44% | - |
| HSV(B) | 305.26º | 0.76% | 0.71% | - |
| XYZ | 26.75 | 14.26 | 38.39 | - |
| YUV | 98.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 168 | 0 | 0.76 | 0.07 | 0.29 | 305.26 | 0.61 | 0.44 |
| Hex | B4 | 2B | A8 | 0 | 4C | 7 | 1D | 131 | 3D | 2C |
| Octal | 264 | 53 | 250 | 0 | 114 | 7 | 35 | 461 | 75 | 54 |
| Binary | 10110100 | 101011 | 10101000 | 0 | 1001100 | 111 | 11101 | 100110001 | 111101 | 101100 |
Color Harmonies of #B42BA8
Complementary color
Monochromatic Colors of #B42BA8
Black with #B42BA8
Text Example
Text Example
White with #B42BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BA8; }
p { color: rgb(180,43,168); }
H1.HeaderClassName
{
color: #B42BA8;
}
.AnyTagClassName
{
color: #B42BA8;
}
</style>
background-color css
<style>
a { background-color: #B42BA8; }
a { background-color: rgb(180,43,168); }
div.DivClassName
{
background-color: #B42BA8;
}
.BgClassName
{
background-color: #B42BA8;
}
</style>
border-color css
<style>
span { border-color: #B42BA8; }
span { border-color: rgb(180,43,168); }
td.TdClassName
{
border-color: #B42BA8;
}
.TagClassName
{
border-color: #B42BA8;
}
</style>