Shades of Medium Red Violet #B7298C
Tints of Medium Red Violet #B7298C
RGB
CMYK
RGB Variations
Color information
#B7298C (or 0xB7298C) is known color: Medium Red Violet. HEX triplet: B7, 29 and 8C. RGB value is (183,41,140). Sum of RGB (Red+Green+Blue) = 183+41+140=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7298C is #48D673. Grayscale: #5E5E5E. Windows color (decimal): -4773492 or 9185719. OLE color: 9185719.
HSL color Cylindrical-coordinate representation of color #B7298C: hue angle of 318.17º 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 #B7298C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 140 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.28 |
| HSL | 318.17º | 0.63% | 0.44% | - |
| HSV(B) | 318.17º | 0.78% | 0.72% | - |
| XYZ | 25.06 | 13.55 | 26.11 | - |
| YUV | 94.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 140 | 0 | 0.78 | 0.23 | 0.28 | 318.17 | 0.63 | 0.44 |
| Hex | B7 | 29 | 8C | 0 | 4E | 17 | 1C | 13E | 3F | 2C |
| Octal | 267 | 51 | 214 | 0 | 116 | 27 | 34 | 476 | 77 | 54 |
| Binary | 10110111 | 101001 | 10001100 | 0 | 1001110 | 10111 | 11100 | 100111110 | 111111 | 101100 |
Color Harmonies of #B7298C
Complementary color
Monochromatic Colors of #B7298C
Black with #B7298C
Text Example
Text Example
White with #B7298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7298C; }
p { color: rgb(183,41,140); }
H1.HeaderClassName
{
color: #B7298C;
}
.AnyTagClassName
{
color: #B7298C;
}
</style>
background-color css
<style>
a { background-color: #B7298C; }
a { background-color: rgb(183,41,140); }
div.DivClassName
{
background-color: #B7298C;
}
.BgClassName
{
background-color: #B7298C;
}
</style>
border-color css
<style>
span { border-color: #B7298C; }
span { border-color: rgb(183,41,140); }
td.TdClassName
{
border-color: #B7298C;
}
.TagClassName
{
border-color: #B7298C;
}
</style>