Shades of Medium Red Violet #B324AA
Tints of Medium Red Violet #B324AA
RGB
CMYK
RGB Variations
Color information
#B324AA (or 0xB324AA) is known color: Medium Red Violet. HEX triplet: B3, 24 and AA. RGB value is (179,36,170). Sum of RGB (Red+Green+Blue) = 179+36+170=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B324AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B324AA is #4CDB55. Grayscale: #5D5D5D. Windows color (decimal): -5036886 or 11150515. OLE color: 11150515.
HSL color Cylindrical-coordinate representation of color #B324AA: hue angle of 303.78º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B324AA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 170 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.30 |
| HSL | 303.78º | 0.67% | 0.42% | - |
| HSV(B) | 303.78º | 0.8% | 0.7% | - |
| XYZ | 26.48 | 13.75 | 39.29 | - |
| YUV | 94.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 170 | 0 | 0.80 | 0.05 | 0.30 | 303.78 | 0.67 | 0.42 |
| Hex | B3 | 24 | AA | 0 | 50 | 5 | 1E | 130 | 43 | 2A |
| Octal | 263 | 44 | 252 | 0 | 120 | 5 | 36 | 460 | 103 | 52 |
| Binary | 10110011 | 100100 | 10101010 | 0 | 1010000 | 101 | 11110 | 100110000 | 1000011 | 101010 |
Color Harmonies of #B324AA
Complementary color
Monochromatic Colors of #B324AA
Black with #B324AA
Text Example
Text Example
White with #B324AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324AA; }
p { color: rgb(179,36,170); }
H1.HeaderClassName
{
color: #B324AA;
}
.AnyTagClassName
{
color: #B324AA;
}
</style>
background-color css
<style>
a { background-color: #B324AA; }
a { background-color: rgb(179,36,170); }
div.DivClassName
{
background-color: #B324AA;
}
.BgClassName
{
background-color: #B324AA;
}
</style>
border-color css
<style>
span { border-color: #B324AA; }
span { border-color: rgb(179,36,170); }
td.TdClassName
{
border-color: #B324AA;
}
.TagClassName
{
border-color: #B324AA;
}
</style>