Shades of Medium Red Violet #B7299D
Tints of Medium Red Violet #B7299D
RGB
CMYK
RGB Variations
Color information
#B7299D (or 0xB7299D) is known color: Medium Red Violet. HEX triplet: B7, 29 and 9D. RGB value is (183,41,157). Sum of RGB (Red+Green+Blue) = 183+41+157=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7299D is #48D662. Grayscale: #606060. Windows color (decimal): -4773475 or 10299831. OLE color: 10299831.
HSL color Cylindrical-coordinate representation of color #B7299D: hue angle of 310.99º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7299D is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 157 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.28 |
| HSL | 310.99º | 0.63% | 0.44% | - |
| HSV(B) | 310.99º | 0.78% | 0.72% | - |
| XYZ | 26.41 | 14.09 | 33.23 | - |
| YUV | 96.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 157 | 0 | 0.78 | 0.14 | 0.28 | 310.99 | 0.63 | 0.44 |
| Hex | B7 | 29 | 9D | 0 | 4E | E | 1C | 137 | 3F | 2C |
| Octal | 267 | 51 | 235 | 0 | 116 | 16 | 34 | 467 | 77 | 54 |
| Binary | 10110111 | 101001 | 10011101 | 0 | 1001110 | 1110 | 11100 | 100110111 | 111111 | 101100 |
Color Harmonies of #B7299D
Complementary color
Monochromatic Colors of #B7299D
Black with #B7299D
Text Example
Text Example
White with #B7299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7299D; }
p { color: rgb(183,41,157); }
H1.HeaderClassName
{
color: #B7299D;
}
.AnyTagClassName
{
color: #B7299D;
}
</style>
background-color css
<style>
a { background-color: #B7299D; }
a { background-color: rgb(183,41,157); }
div.DivClassName
{
background-color: #B7299D;
}
.BgClassName
{
background-color: #B7299D;
}
</style>
border-color css
<style>
span { border-color: #B7299D; }
span { border-color: rgb(183,41,157); }
td.TdClassName
{
border-color: #B7299D;
}
.TagClassName
{
border-color: #B7299D;
}
</style>