Shades of Medium Red Violet #B42BA6
Tints of Medium Red Violet #B42BA6
RGB
CMYK
RGB Variations
Color information
#B42BA6 (or 0xB42BA6) is known color: Medium Red Violet. HEX triplet: B4, 2B and A6. RGB value is (180,43,166). Sum of RGB (Red+Green+Blue) = 180+43+166=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA6 is #4BD459. Grayscale: #616161. Windows color (decimal): -4969562 or 10890164. OLE color: 10890164.
HSL color Cylindrical-coordinate representation of color #B42BA6: hue angle of 306.13º 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 #B42BA6 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 166 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.29 |
| HSL | 306.13º | 0.61% | 0.44% | - |
| HSV(B) | 306.13º | 0.76% | 0.71% | - |
| XYZ | 26.57 | 14.18 | 37.41 | - |
| YUV | 97.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 166 | 0 | 0.76 | 0.08 | 0.29 | 306.13 | 0.61 | 0.44 |
| Hex | B4 | 2B | A6 | 0 | 4C | 8 | 1D | 132 | 3D | 2C |
| Octal | 264 | 53 | 246 | 0 | 114 | 10 | 35 | 462 | 75 | 54 |
| Binary | 10110100 | 101011 | 10100110 | 0 | 1001100 | 1000 | 11101 | 100110010 | 111101 | 101100 |
Color Harmonies of #B42BA6
Complementary color
Monochromatic Colors of #B42BA6
Black with #B42BA6
Text Example
Text Example
White with #B42BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BA6; }
p { color: rgb(180,43,166); }
H1.HeaderClassName
{
color: #B42BA6;
}
.AnyTagClassName
{
color: #B42BA6;
}
</style>
background-color css
<style>
a { background-color: #B42BA6; }
a { background-color: rgb(180,43,166); }
div.DivClassName
{
background-color: #B42BA6;
}
.BgClassName
{
background-color: #B42BA6;
}
</style>
border-color css
<style>
span { border-color: #B42BA6; }
span { border-color: rgb(180,43,166); }
td.TdClassName
{
border-color: #B42BA6;
}
.TagClassName
{
border-color: #B42BA6;
}
</style>