Shades of Medium Red Violet #B424A9
Tints of Medium Red Violet #B424A9
RGB
CMYK
RGB Variations
Color information
#B424A9 (or 0xB424A9) is known color: Medium Red Violet. HEX triplet: B4, 24 and A9. RGB value is (180,36,169). Sum of RGB (Red+Green+Blue) = 180+36+169=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B424A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424A9 is #4BDB56. Grayscale: #5D5D5D. Windows color (decimal): -4971351 or 11084980. OLE color: 11084980.
HSL color Cylindrical-coordinate representation of color #B424A9: hue angle of 304.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B424A9 is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 169 | - |
| CMYK | 0 | 0.8 | 0.06 | 0.29 |
| HSL | 304.58º | 0.67% | 0.42% | - |
| HSV(B) | 304.58º | 0.8% | 0.71% | - |
| XYZ | 26.61 | 13.83 | 38.8 | - |
| YUV | 94.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 169 | 0 | 0.8 | 0.06 | 0.29 | 304.58 | 0.67 | 0.42 |
| Hex | B4 | 24 | A9 | 0 | 50 | 6 | 1D | 131 | 43 | 2A |
| Octal | 264 | 44 | 251 | 0 | 120 | 6 | 35 | 461 | 103 | 52 |
| Binary | 10110100 | 100100 | 10101001 | 0 | 1010000 | 110 | 11101 | 100110001 | 1000011 | 101010 |
Color Harmonies of #B424A9
Complementary color
Monochromatic Colors of #B424A9
Black with #B424A9
Text Example
Text Example
White with #B424A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424A9; }
p { color: rgb(180,36,169); }
H1.HeaderClassName
{
color: #B424A9;
}
.AnyTagClassName
{
color: #B424A9;
}
</style>
background-color css
<style>
a { background-color: #B424A9; }
a { background-color: rgb(180,36,169); }
div.DivClassName
{
background-color: #B424A9;
}
.BgClassName
{
background-color: #B424A9;
}
</style>
border-color css
<style>
span { border-color: #B424A9; }
span { border-color: rgb(180,36,169); }
td.TdClassName
{
border-color: #B424A9;
}
.TagClassName
{
border-color: #B424A9;
}
</style>