Shades of Medium Red Violet #B32A8A
Tints of Medium Red Violet #B32A8A
RGB
CMYK
RGB Variations
Color information
#B32A8A (or 0xB32A8A) is known color: Medium Red Violet. HEX triplet: B3, 2A and 8A. RGB value is (179,42,138). Sum of RGB (Red+Green+Blue) = 179+42+138=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A8A is #4CD575. Grayscale: #5D5D5D. Windows color (decimal): -5035382 or 9054899. OLE color: 9054899.
HSL color Cylindrical-coordinate representation of color #B32A8A: hue angle of 317.96º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A8A is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 138 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.30 |
| HSL | 317.96º | 0.62% | 0.43% | - |
| HSV(B) | 317.96º | 0.77% | 0.7% | - |
| XYZ | 24.01 | 13.07 | 25.3 | - |
| YUV | 93.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 138 | 0 | 0.77 | 0.23 | 0.30 | 317.96 | 0.62 | 0.43 |
| Hex | B3 | 2A | 8A | 0 | 4D | 17 | 1E | 13E | 3E | 2B |
| Octal | 263 | 52 | 212 | 0 | 115 | 27 | 36 | 476 | 76 | 53 |
| Binary | 10110011 | 101010 | 10001010 | 0 | 1001101 | 10111 | 11110 | 100111110 | 111110 | 101011 |
Color Harmonies of #B32A8A
Complementary color
Monochromatic Colors of #B32A8A
Black with #B32A8A
Text Example
Text Example
White with #B32A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A8A; }
p { color: rgb(179,42,138); }
H1.HeaderClassName
{
color: #B32A8A;
}
.AnyTagClassName
{
color: #B32A8A;
}
</style>
background-color css
<style>
a { background-color: #B32A8A; }
a { background-color: rgb(179,42,138); }
div.DivClassName
{
background-color: #B32A8A;
}
.BgClassName
{
background-color: #B32A8A;
}
</style>
border-color css
<style>
span { border-color: #B32A8A; }
span { border-color: rgb(179,42,138); }
td.TdClassName
{
border-color: #B32A8A;
}
.TagClassName
{
border-color: #B32A8A;
}
</style>