Shades of Medium Red Violet #B42D9A
Tints of Medium Red Violet #B42D9A
RGB
CMYK
RGB Variations
Color information
#B42D9A (or 0xB42D9A) is known color: Medium Red Violet. HEX triplet: B4, 2D and 9A. RGB value is (180,45,154). Sum of RGB (Red+Green+Blue) = 180+45+154=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D9A is #4BD265. Grayscale: #616161. Windows color (decimal): -4969062 or 10104244. OLE color: 10104244.
HSL color Cylindrical-coordinate representation of color #B42D9A: hue angle of 311.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D9A is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 154 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.29 |
| HSL | 311.56º | 0.6% | 0.44% | - |
| HSV(B) | 311.56º | 0.75% | 0.71% | - |
| XYZ | 25.59 | 13.91 | 31.91 | - |
| YUV | 97.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 154 | 0 | 0.75 | 0.14 | 0.29 | 311.56 | 0.6 | 0.44 |
| Hex | B4 | 2D | 9A | 0 | 4B | E | 1D | 138 | 3C | 2C |
| Octal | 264 | 55 | 232 | 0 | 113 | 16 | 35 | 470 | 74 | 54 |
| Binary | 10110100 | 101101 | 10011010 | 0 | 1001011 | 1110 | 11101 | 100111000 | 111100 | 101100 |
Color Harmonies of #B42D9A
Complementary color
Monochromatic Colors of #B42D9A
Black with #B42D9A
Text Example
Text Example
White with #B42D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D9A; }
p { color: rgb(180,45,154); }
H1.HeaderClassName
{
color: #B42D9A;
}
.AnyTagClassName
{
color: #B42D9A;
}
</style>
background-color css
<style>
a { background-color: #B42D9A; }
a { background-color: rgb(180,45,154); }
div.DivClassName
{
background-color: #B42D9A;
}
.BgClassName
{
background-color: #B42D9A;
}
</style>
border-color css
<style>
span { border-color: #B42D9A; }
span { border-color: rgb(180,45,154); }
td.TdClassName
{
border-color: #B42D9A;
}
.TagClassName
{
border-color: #B42D9A;
}
</style>