Shades of Medium Red Violet #B32A78
Tints of Medium Red Violet #B32A78
RGB
CMYK
RGB Variations
Color information
#B32A78 (or 0xB32A78) is known color: Medium Red Violet. HEX triplet: B3, 2A and 78. RGB value is (179,42,120). Sum of RGB (Red+Green+Blue) = 179+42+120=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A78 is #4CD587. Grayscale: #5B5B5B. Windows color (decimal): -5035400 or 7875251. OLE color: 7875251.
HSL color Cylindrical-coordinate representation of color #B32A78: hue angle of 325.84º 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 #B32A78 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 120 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.30 |
| HSL | 325.84º | 0.62% | 0.43% | - |
| HSV(B) | 325.84º | 0.77% | 0.7% | - |
| XYZ | 22.81 | 12.6 | 19 | - |
| YUV | 91.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 120 | 0 | 0.77 | 0.33 | 0.30 | 325.84 | 0.62 | 0.43 |
| Hex | B3 | 2A | 78 | 0 | 4D | 21 | 1E | 146 | 3E | 2B |
| Octal | 263 | 52 | 170 | 0 | 115 | 41 | 36 | 506 | 76 | 53 |
| Binary | 10110011 | 101010 | 1111000 | 0 | 1001101 | 100001 | 11110 | 101000110 | 111110 | 101011 |
Color Harmonies of #B32A78
Complementary color
Monochromatic Colors of #B32A78
Black with #B32A78
Text Example
Text Example
White with #B32A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A78; }
p { color: rgb(179,42,120); }
H1.HeaderClassName
{
color: #B32A78;
}
.AnyTagClassName
{
color: #B32A78;
}
</style>
background-color css
<style>
a { background-color: #B32A78; }
a { background-color: rgb(179,42,120); }
div.DivClassName
{
background-color: #B32A78;
}
.BgClassName
{
background-color: #B32A78;
}
</style>
border-color css
<style>
span { border-color: #B32A78; }
span { border-color: rgb(179,42,120); }
td.TdClassName
{
border-color: #B32A78;
}
.TagClassName
{
border-color: #B32A78;
}
</style>