Shades of Medium Red Violet #B3296F
Tints of Medium Red Violet #B3296F
RGB
CMYK
RGB Variations
Color information
#B3296F (or 0xB3296F) is known color: Medium Red Violet. HEX triplet: B3, 29 and 6F. RGB value is (179,41,111). Sum of RGB (Red+Green+Blue) = 179+41+111=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B3296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3296F is #4CD690. Grayscale: #5A5A5A. Windows color (decimal): -5035665 or 7285171. OLE color: 7285171.
HSL color Cylindrical-coordinate representation of color #B3296F: hue angle of 329.57º degrees, saturation: 0.63, 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 #B3296F is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 111 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.30 |
| HSL | 329.57º | 0.63% | 0.43% | - |
| HSV(B) | 329.57º | 0.77% | 0.7% | - |
| XYZ | 22.25 | 12.32 | 16.24 | - |
| YUV | 90.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 111 | 0 | 0.77 | 0.38 | 0.30 | 329.57 | 0.63 | 0.43 |
| Hex | B3 | 29 | 6F | 0 | 4D | 26 | 1E | 14A | 3F | 2B |
| Octal | 263 | 51 | 157 | 0 | 115 | 46 | 36 | 512 | 77 | 53 |
| Binary | 10110011 | 101001 | 1101111 | 0 | 1001101 | 100110 | 11110 | 101001010 | 111111 | 101011 |
Color Harmonies of #B3296F
Complementary color
Monochromatic Colors of #B3296F
Black with #B3296F
Text Example
Text Example
White with #B3296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3296F; }
p { color: rgb(179,41,111); }
H1.HeaderClassName
{
color: #B3296F;
}
.AnyTagClassName
{
color: #B3296F;
}
</style>
background-color css
<style>
a { background-color: #B3296F; }
a { background-color: rgb(179,41,111); }
div.DivClassName
{
background-color: #B3296F;
}
.BgClassName
{
background-color: #B3296F;
}
</style>
border-color css
<style>
span { border-color: #B3296F; }
span { border-color: rgb(179,41,111); }
td.TdClassName
{
border-color: #B3296F;
}
.TagClassName
{
border-color: #B3296F;
}
</style>