Shades of Medium Red Violet #B328A8
Tints of Medium Red Violet #B328A8
RGB
CMYK
RGB Variations
Color information
#B328A8 (or 0xB328A8) is known color: Medium Red Violet. HEX triplet: B3, 28 and A8. RGB value is (179,40,168). Sum of RGB (Red+Green+Blue) = 179+40+168=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B328A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328A8 is #4CD757. Grayscale: #5F5F5F. Windows color (decimal): -5035864 or 11020467. OLE color: 11020467.
HSL color Cylindrical-coordinate representation of color #B328A8: hue angle of 304.75º 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 #B328A8 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 168 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.30 |
| HSL | 304.75º | 0.63% | 0.43% | - |
| HSV(B) | 304.75º | 0.78% | 0.7% | - |
| XYZ | 26.42 | 13.93 | 38.34 | - |
| YUV | 96.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 168 | 0 | 0.78 | 0.06 | 0.30 | 304.75 | 0.63 | 0.43 |
| Hex | B3 | 28 | A8 | 0 | 4E | 6 | 1E | 131 | 3F | 2B |
| Octal | 263 | 50 | 250 | 0 | 116 | 6 | 36 | 461 | 77 | 53 |
| Binary | 10110011 | 101000 | 10101000 | 0 | 1001110 | 110 | 11110 | 100110001 | 111111 | 101011 |
Color Harmonies of #B328A8
Complementary color
Monochromatic Colors of #B328A8
Black with #B328A8
Text Example
Text Example
White with #B328A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328A8; }
p { color: rgb(179,40,168); }
H1.HeaderClassName
{
color: #B328A8;
}
.AnyTagClassName
{
color: #B328A8;
}
</style>
background-color css
<style>
a { background-color: #B328A8; }
a { background-color: rgb(179,40,168); }
div.DivClassName
{
background-color: #B328A8;
}
.BgClassName
{
background-color: #B328A8;
}
</style>
border-color css
<style>
span { border-color: #B328A8; }
span { border-color: rgb(179,40,168); }
td.TdClassName
{
border-color: #B328A8;
}
.TagClassName
{
border-color: #B328A8;
}
</style>