Shades of Medium Red Violet #B7329F
Tints of Medium Red Violet #B7329F
RGB
CMYK
RGB Variations
Color information
#B7329F (or 0xB7329F) is known color: Medium Red Violet. HEX triplet: B7, 32 and 9F. RGB value is (183,50,159). Sum of RGB (Red+Green+Blue) = 183+50+159=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7329F is #48CD60. Grayscale: #656565. Windows color (decimal): -4771169 or 10433207. OLE color: 10433207.
HSL color Cylindrical-coordinate representation of color #B7329F: hue angle of 310.83º 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 #B7329F is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 159 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.28 |
| HSL | 310.83º | 0.57% | 0.46% | - |
| HSV(B) | 310.83º | 0.73% | 0.72% | - |
| XYZ | 26.93 | 14.85 | 34.25 | - |
| YUV | 102.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 159 | 0 | 0.73 | 0.13 | 0.28 | 310.83 | 0.57 | 0.46 |
| Hex | B7 | 32 | 9F | 0 | 49 | D | 1C | 137 | 39 | 2E |
| Octal | 267 | 62 | 237 | 0 | 111 | 15 | 34 | 467 | 71 | 56 |
| Binary | 10110111 | 110010 | 10011111 | 0 | 1001001 | 1101 | 11100 | 100110111 | 111001 | 101110 |
Color Harmonies of #B7329F
Complementary color
Monochromatic Colors of #B7329F
Black with #B7329F
Text Example
Text Example
White with #B7329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7329F; }
p { color: rgb(183,50,159); }
H1.HeaderClassName
{
color: #B7329F;
}
.AnyTagClassName
{
color: #B7329F;
}
</style>
background-color css
<style>
a { background-color: #B7329F; }
a { background-color: rgb(183,50,159); }
div.DivClassName
{
background-color: #B7329F;
}
.BgClassName
{
background-color: #B7329F;
}
</style>
border-color css
<style>
span { border-color: #B7329F; }
span { border-color: rgb(183,50,159); }
td.TdClassName
{
border-color: #B7329F;
}
.TagClassName
{
border-color: #B7329F;
}
</style>