Shades of Medium Red Violet #B328AB
Tints of Medium Red Violet #B328AB
RGB
CMYK
RGB Variations
Color information
#B328AB (or 0xB328AB) is known color: Medium Red Violet. HEX triplet: B3, 28 and AB. RGB value is (179,40,171). Sum of RGB (Red+Green+Blue) = 179+40+171=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B328AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328AB is #4CD754. Grayscale: #606060. Windows color (decimal): -5035861 or 11217075. OLE color: 11217075.
HSL color Cylindrical-coordinate representation of color #B328AB: hue angle of 303.45º 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 #B328AB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 171 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.30 |
| HSL | 303.45º | 0.63% | 0.43% | - |
| HSV(B) | 303.45º | 0.78% | 0.7% | - |
| XYZ | 26.7 | 14.04 | 39.83 | - |
| YUV | 96.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 171 | 0 | 0.78 | 0.04 | 0.30 | 303.45 | 0.63 | 0.43 |
| Hex | B3 | 28 | AB | 0 | 4E | 4 | 1E | 12F | 3F | 2B |
| Octal | 263 | 50 | 253 | 0 | 116 | 4 | 36 | 457 | 77 | 53 |
| Binary | 10110011 | 101000 | 10101011 | 0 | 1001110 | 100 | 11110 | 100101111 | 111111 | 101011 |
Color Harmonies of #B328AB
Complementary color
Monochromatic Colors of #B328AB
Black with #B328AB
Text Example
Text Example
White with #B328AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328AB; }
p { color: rgb(179,40,171); }
H1.HeaderClassName
{
color: #B328AB;
}
.AnyTagClassName
{
color: #B328AB;
}
</style>
background-color css
<style>
a { background-color: #B328AB; }
a { background-color: rgb(179,40,171); }
div.DivClassName
{
background-color: #B328AB;
}
.BgClassName
{
background-color: #B328AB;
}
</style>
border-color css
<style>
span { border-color: #B328AB; }
span { border-color: rgb(179,40,171); }
td.TdClassName
{
border-color: #B328AB;
}
.TagClassName
{
border-color: #B328AB;
}
</style>