Shades of Medium Red Violet #B324AC
Tints of Medium Red Violet #B324AC
RGB
CMYK
RGB Variations
Color information
#B324AC (or 0xB324AC) is known color: Medium Red Violet. HEX triplet: B3, 24 and AC. RGB value is (179,36,172). Sum of RGB (Red+Green+Blue) = 179+36+172=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B324AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B324AC is #4CDB53. Grayscale: #5D5D5D. Windows color (decimal): -5036884 or 11281587. OLE color: 11281587.
HSL color Cylindrical-coordinate representation of color #B324AC: hue angle of 302.94º 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 #B324AC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 172 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.30 |
| HSL | 302.94º | 0.67% | 0.42% | - |
| HSV(B) | 302.94º | 0.8% | 0.7% | - |
| XYZ | 26.67 | 13.82 | 40.29 | - |
| YUV | 94.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 172 | 0 | 0.80 | 0.04 | 0.30 | 302.94 | 0.67 | 0.42 |
| Hex | B3 | 24 | AC | 0 | 50 | 4 | 1E | 12F | 43 | 2A |
| Octal | 263 | 44 | 254 | 0 | 120 | 4 | 36 | 457 | 103 | 52 |
| Binary | 10110011 | 100100 | 10101100 | 0 | 1010000 | 100 | 11110 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B324AC
Complementary color
Monochromatic Colors of #B324AC
Black with #B324AC
Text Example
Text Example
White with #B324AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324AC; }
p { color: rgb(179,36,172); }
H1.HeaderClassName
{
color: #B324AC;
}
.AnyTagClassName
{
color: #B324AC;
}
</style>
background-color css
<style>
a { background-color: #B324AC; }
a { background-color: rgb(179,36,172); }
div.DivClassName
{
background-color: #B324AC;
}
.BgClassName
{
background-color: #B324AC;
}
</style>
border-color css
<style>
span { border-color: #B324AC; }
span { border-color: rgb(179,36,172); }
td.TdClassName
{
border-color: #B324AC;
}
.TagClassName
{
border-color: #B324AC;
}
</style>