Shades of Medium Red Violet #B32DA7
Tints of Medium Red Violet #B32DA7
RGB
CMYK
RGB Variations
Color information
#B32DA7 (or 0xB32DA7) is known color: Medium Red Violet. HEX triplet: B3, 2D and A7. RGB value is (179,45,167). Sum of RGB (Red+Green+Blue) = 179+45+167=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DA7 is #4CD258. Grayscale: #626262. Windows color (decimal): -5034585 or 10956211. OLE color: 10956211.
HSL color Cylindrical-coordinate representation of color #B32DA7: hue angle of 305.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32DA7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 167 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.30 |
| HSL | 305.37º | 0.6% | 0.44% | - |
| HSV(B) | 305.37º | 0.75% | 0.7% | - |
| XYZ | 26.5 | 14.25 | 37.91 | - |
| YUV | 98.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 167 | 0 | 0.75 | 0.07 | 0.30 | 305.37 | 0.6 | 0.44 |
| Hex | B3 | 2D | A7 | 0 | 4B | 7 | 1E | 131 | 3C | 2C |
| Octal | 263 | 55 | 247 | 0 | 113 | 7 | 36 | 461 | 74 | 54 |
| Binary | 10110011 | 101101 | 10100111 | 0 | 1001011 | 111 | 11110 | 100110001 | 111100 | 101100 |
Color Harmonies of #B32DA7
Complementary color
Monochromatic Colors of #B32DA7
Black with #B32DA7
Text Example
Text Example
White with #B32DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DA7; }
p { color: rgb(179,45,167); }
H1.HeaderClassName
{
color: #B32DA7;
}
.AnyTagClassName
{
color: #B32DA7;
}
</style>
background-color css
<style>
a { background-color: #B32DA7; }
a { background-color: rgb(179,45,167); }
div.DivClassName
{
background-color: #B32DA7;
}
.BgClassName
{
background-color: #B32DA7;
}
</style>
border-color css
<style>
span { border-color: #B32DA7; }
span { border-color: rgb(179,45,167); }
td.TdClassName
{
border-color: #B32DA7;
}
.TagClassName
{
border-color: #B32DA7;
}
</style>