Shades of Medium Red Violet #B324A8
Tints of Medium Red Violet #B324A8
RGB
CMYK
RGB Variations
Color information
#B324A8 (or 0xB324A8) is known color: Medium Red Violet. HEX triplet: B3, 24 and A8. RGB value is (179,36,168). Sum of RGB (Red+Green+Blue) = 179+36+168=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B324A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B324A8 is #4CDB57. Grayscale: #5D5D5D. Windows color (decimal): -5036888 or 11019443. OLE color: 11019443.
HSL color Cylindrical-coordinate representation of color #B324A8: hue angle of 304.62º 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 #B324A8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 36 | 168 | - |
CMYK | 0 | 0.80 | 0.06 | 0.30 |
HSL | 304.62º | 0.67% | 0.42% | - |
HSV(B) | 304.62º | 0.8% | 0.7% | - |
XYZ | 26.29 | 13.67 | 38.3 | - |
YUV | 93.81 | 169.88 | 188.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 36 | 168 | 0 | 0.80 | 0.06 | 0.30 | 304.62 | 0.67 | 0.42 |
Hex | B3 | 24 | A8 | 0 | 50 | 6 | 1E | 131 | 43 | 2A |
Octal | 263 | 44 | 250 | 0 | 120 | 6 | 36 | 461 | 103 | 52 |
Binary | 10110011 | 100100 | 10101000 | 0 | 1010000 | 110 | 11110 | 100110001 | 1000011 | 101010 |
Color Harmonies of #B324A8
Complementary color
Monochromatic Colors of #B324A8
Black with #B324A8
Text Example
Text Example
White with #B324A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324A8; }
p { color: rgb(179,36,168); }
H1.HeaderClassName
{
color: #B324A8;
}
.AnyTagClassName
{
color: #B324A8;
}
</style>
background-color css
<style>
a { background-color: #B324A8; }
a { background-color: rgb(179,36,168); }
div.DivClassName
{
background-color: #B324A8;
}
.BgClassName
{
background-color: #B324A8;
}
</style>
border-color css
<style>
span { border-color: #B324A8; }
span { border-color: rgb(179,36,168); }
td.TdClassName
{
border-color: #B324A8;
}
.TagClassName
{
border-color: #B324A8;
}
</style>