Shades of Medium Red Violet #B7249F
Tints of Medium Red Violet #B7249F
RGB
CMYK
RGB Variations
Color information
#B7249F (or 0xB7249F) is known color: Medium Red Violet. HEX triplet: B7, 24 and 9F. RGB value is (183,36,159). Sum of RGB (Red+Green+Blue) = 183+36+159=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7249F is #48DB60. Grayscale: #5D5D5D. Windows color (decimal): -4774753 or 10429623. OLE color: 10429623.
HSL color Cylindrical-coordinate representation of color #B7249F: hue angle of 309.8º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7249F is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 159 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.28 |
| HSL | 309.8º | 0.67% | 0.43% | - |
| HSV(B) | 309.8º | 0.8% | 0.72% | - |
| XYZ | 26.42 | 13.83 | 34.08 | - |
| YUV | 93.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 159 | 0 | 0.80 | 0.13 | 0.28 | 309.8 | 0.67 | 0.43 |
| Hex | B7 | 24 | 9F | 0 | 50 | D | 1C | 136 | 43 | 2B |
| Octal | 267 | 44 | 237 | 0 | 120 | 15 | 34 | 466 | 103 | 53 |
| Binary | 10110111 | 100100 | 10011111 | 0 | 1010000 | 1101 | 11100 | 100110110 | 1000011 | 101011 |
Color Harmonies of #B7249F
Complementary color
Monochromatic Colors of #B7249F
Black with #B7249F
Text Example
Text Example
White with #B7249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7249F; }
p { color: rgb(183,36,159); }
H1.HeaderClassName
{
color: #B7249F;
}
.AnyTagClassName
{
color: #B7249F;
}
</style>
background-color css
<style>
a { background-color: #B7249F; }
a { background-color: rgb(183,36,159); }
div.DivClassName
{
background-color: #B7249F;
}
.BgClassName
{
background-color: #B7249F;
}
</style>
border-color css
<style>
span { border-color: #B7249F; }
span { border-color: rgb(183,36,159); }
td.TdClassName
{
border-color: #B7249F;
}
.TagClassName
{
border-color: #B7249F;
}
</style>