Shades of Medium Red Violet #B42BA5
Tints of Medium Red Violet #B42BA5
RGB
CMYK
RGB Variations
Color information
#B42BA5 (or 0xB42BA5) is known color: Medium Red Violet. HEX triplet: B4, 2B and A5. RGB value is (180,43,165). Sum of RGB (Red+Green+Blue) = 180+43+165=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BA5 is #4BD45A. Grayscale: #616161. Windows color (decimal): -4969563 or 10824628. OLE color: 10824628.
HSL color Cylindrical-coordinate representation of color #B42BA5: hue angle of 306.57º 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 #B42BA5 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 165 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.29 |
| HSL | 306.57º | 0.61% | 0.44% | - |
| HSV(B) | 306.57º | 0.76% | 0.71% | - |
| XYZ | 26.48 | 14.15 | 36.93 | - |
| YUV | 97.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 165 | 0 | 0.76 | 0.08 | 0.29 | 306.57 | 0.61 | 0.44 |
| Hex | B4 | 2B | A5 | 0 | 4C | 8 | 1D | 133 | 3D | 2C |
| Octal | 264 | 53 | 245 | 0 | 114 | 10 | 35 | 463 | 75 | 54 |
| Binary | 10110100 | 101011 | 10100101 | 0 | 1001100 | 1000 | 11101 | 100110011 | 111101 | 101100 |
Color Harmonies of #B42BA5
Complementary color
Monochromatic Colors of #B42BA5
Black with #B42BA5
Text Example
Text Example
White with #B42BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BA5; }
p { color: rgb(180,43,165); }
H1.HeaderClassName
{
color: #B42BA5;
}
.AnyTagClassName
{
color: #B42BA5;
}
</style>
background-color css
<style>
a { background-color: #B42BA5; }
a { background-color: rgb(180,43,165); }
div.DivClassName
{
background-color: #B42BA5;
}
.BgClassName
{
background-color: #B42BA5;
}
</style>
border-color css
<style>
span { border-color: #B42BA5; }
span { border-color: rgb(180,43,165); }
td.TdClassName
{
border-color: #B42BA5;
}
.TagClassName
{
border-color: #B42BA5;
}
</style>