Shades of Medium Red Violet #B8329F
Tints of Medium Red Violet #B8329F
RGB
CMYK
RGB Variations
Color information
#B8329F (or 0xB8329F) is known color: Medium Red Violet. HEX triplet: B8, 32 and 9F. RGB value is (184,50,159). Sum of RGB (Red+Green+Blue) = 184+50+159=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8329F is #47CD60. Grayscale: #666666. Windows color (decimal): -4705633 or 10433208. OLE color: 10433208.
HSL color Cylindrical-coordinate representation of color #B8329F: hue angle of 311.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8329F is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 159 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.28 |
| HSL | 311.19º | 0.57% | 0.46% | - |
| HSV(B) | 311.19º | 0.73% | 0.72% | - |
| XYZ | 27.17 | 14.97 | 34.26 | - |
| YUV | 102.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 159 | 0 | 0.73 | 0.14 | 0.28 | 311.19 | 0.57 | 0.46 |
| Hex | B8 | 32 | 9F | 0 | 49 | E | 1C | 137 | 39 | 2E |
| Octal | 270 | 62 | 237 | 0 | 111 | 16 | 34 | 467 | 71 | 56 |
| Binary | 10111000 | 110010 | 10011111 | 0 | 1001001 | 1110 | 11100 | 100110111 | 111001 | 101110 |
Color Harmonies of #B8329F
Complementary color
Monochromatic Colors of #B8329F
Black with #B8329F
Text Example
Text Example
White with #B8329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8329F; }
p { color: rgb(184,50,159); }
H1.HeaderClassName
{
color: #B8329F;
}
.AnyTagClassName
{
color: #B8329F;
}
</style>
background-color css
<style>
a { background-color: #B8329F; }
a { background-color: rgb(184,50,159); }
div.DivClassName
{
background-color: #B8329F;
}
.BgClassName
{
background-color: #B8329F;
}
</style>
border-color css
<style>
span { border-color: #B8329F; }
span { border-color: rgb(184,50,159); }
td.TdClassName
{
border-color: #B8329F;
}
.TagClassName
{
border-color: #B8329F;
}
</style>