Shades of Medium Red Violet #B7249B
Tints of Medium Red Violet #B7249B
RGB
CMYK
RGB Variations
Color information
#B7249B (or 0xB7249B) is known color: Medium Red Violet. HEX triplet: B7, 24 and 9B. RGB value is (183,36,155). Sum of RGB (Red+Green+Blue) = 183+36+155=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7249B is #48DB64. Grayscale: #5D5D5D. Windows color (decimal): -4774757 or 10167479. OLE color: 10167479.
HSL color Cylindrical-coordinate representation of color #B7249B: hue angle of 311.43º 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 #B7249B is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 155 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.28 |
| HSL | 311.43º | 0.67% | 0.43% | - |
| HSV(B) | 311.43º | 0.8% | 0.72% | - |
| XYZ | 26.08 | 13.7 | 32.28 | - |
| YUV | 93.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 155 | 0 | 0.80 | 0.15 | 0.28 | 311.43 | 0.67 | 0.43 |
| Hex | B7 | 24 | 9B | 0 | 50 | F | 1C | 137 | 43 | 2B |
| Octal | 267 | 44 | 233 | 0 | 120 | 17 | 34 | 467 | 103 | 53 |
| Binary | 10110111 | 100100 | 10011011 | 0 | 1010000 | 1111 | 11100 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B7249B
Complementary color
Monochromatic Colors of #B7249B
Black with #B7249B
Text Example
Text Example
White with #B7249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7249B; }
p { color: rgb(183,36,155); }
H1.HeaderClassName
{
color: #B7249B;
}
.AnyTagClassName
{
color: #B7249B;
}
</style>
background-color css
<style>
a { background-color: #B7249B; }
a { background-color: rgb(183,36,155); }
div.DivClassName
{
background-color: #B7249B;
}
.BgClassName
{
background-color: #B7249B;
}
</style>
border-color css
<style>
span { border-color: #B7249B; }
span { border-color: rgb(183,36,155); }
td.TdClassName
{
border-color: #B7249B;
}
.TagClassName
{
border-color: #B7249B;
}
</style>