Shades of Medium Red Violet #B328A0
Tints of Medium Red Violet #B328A0
RGB
CMYK
RGB Variations
Color information
#B328A0 (or 0xB328A0) is known color: Medium Red Violet. HEX triplet: B3, 28 and A0. RGB value is (179,40,160). Sum of RGB (Red+Green+Blue) = 179+40+160=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B328A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328A0 is #4CD75F. Grayscale: #5E5E5E. Windows color (decimal): -5035872 or 10496179. OLE color: 10496179.
HSL color Cylindrical-coordinate representation of color #B328A0: hue angle of 308.2º 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 #B328A0 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 160 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.30 |
| HSL | 308.2º | 0.63% | 0.43% | - |
| HSV(B) | 308.2º | 0.78% | 0.7% | - |
| XYZ | 25.69 | 13.64 | 34.54 | - |
| YUV | 95.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 160 | 0 | 0.78 | 0.11 | 0.30 | 308.2 | 0.63 | 0.43 |
| Hex | B3 | 28 | A0 | 0 | 4E | B | 1E | 134 | 3F | 2B |
| Octal | 263 | 50 | 240 | 0 | 116 | 13 | 36 | 464 | 77 | 53 |
| Binary | 10110011 | 101000 | 10100000 | 0 | 1001110 | 1011 | 11110 | 100110100 | 111111 | 101011 |
Color Harmonies of #B328A0
Complementary color
Monochromatic Colors of #B328A0
Black with #B328A0
Text Example
Text Example
White with #B328A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328A0; }
p { color: rgb(179,40,160); }
H1.HeaderClassName
{
color: #B328A0;
}
.AnyTagClassName
{
color: #B328A0;
}
</style>
background-color css
<style>
a { background-color: #B328A0; }
a { background-color: rgb(179,40,160); }
div.DivClassName
{
background-color: #B328A0;
}
.BgClassName
{
background-color: #B328A0;
}
</style>
border-color css
<style>
span { border-color: #B328A0; }
span { border-color: rgb(179,40,160); }
td.TdClassName
{
border-color: #B328A0;
}
.TagClassName
{
border-color: #B328A0;
}
</style>