Shades of Medium Red Violet #B328A1
Tints of Medium Red Violet #B328A1
RGB
CMYK
RGB Variations
Color information
#B328A1 (or 0xB328A1) is known color: Medium Red Violet. HEX triplet: B3, 28 and A1. RGB value is (179,40,161). Sum of RGB (Red+Green+Blue) = 179+40+161=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B328A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328A1 is #4CD75E. Grayscale: #5F5F5F. Windows color (decimal): -5035871 or 10561715. OLE color: 10561715.
HSL color Cylindrical-coordinate representation of color #B328A1: hue angle of 307.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B328A1 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 161 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.30 |
| HSL | 307.77º | 0.63% | 0.43% | - |
| HSV(B) | 307.77º | 0.78% | 0.7% | - |
| XYZ | 25.78 | 13.67 | 35 | - |
| YUV | 95.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 161 | 0 | 0.78 | 0.10 | 0.30 | 307.77 | 0.63 | 0.43 |
| Hex | B3 | 28 | A1 | 0 | 4E | A | 1E | 134 | 3F | 2B |
| Octal | 263 | 50 | 241 | 0 | 116 | 12 | 36 | 464 | 77 | 53 |
| Binary | 10110011 | 101000 | 10100001 | 0 | 1001110 | 1010 | 11110 | 100110100 | 111111 | 101011 |
Color Harmonies of #B328A1
Complementary color
Monochromatic Colors of #B328A1
Black with #B328A1
Text Example
Text Example
White with #B328A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328A1; }
p { color: rgb(179,40,161); }
H1.HeaderClassName
{
color: #B328A1;
}
.AnyTagClassName
{
color: #B328A1;
}
</style>
background-color css
<style>
a { background-color: #B328A1; }
a { background-color: rgb(179,40,161); }
div.DivClassName
{
background-color: #B328A1;
}
.BgClassName
{
background-color: #B328A1;
}
</style>
border-color css
<style>
span { border-color: #B328A1; }
span { border-color: rgb(179,40,161); }
td.TdClassName
{
border-color: #B328A1;
}
.TagClassName
{
border-color: #B328A1;
}
</style>