Shades of Medium Red Violet #B7248C
Tints of Medium Red Violet #B7248C
RGB
CMYK
RGB Variations
Color information
#B7248C (or 0xB7248C) is known color: Medium Red Violet. HEX triplet: B7, 24 and 8C. RGB value is (183,36,140). Sum of RGB (Red+Green+Blue) = 183+36+140=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7248C is #48DB73. Grayscale: #5B5B5B. Windows color (decimal): -4774772 or 9184439. OLE color: 9184439.
HSL color Cylindrical-coordinate representation of color #B7248C: hue angle of 317.55º 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 #B7248C is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 140 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.28 |
| HSL | 317.55º | 0.67% | 0.43% | - |
| HSV(B) | 317.55º | 0.8% | 0.72% | - |
| XYZ | 24.89 | 13.22 | 26.05 | - |
| YUV | 91.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 140 | 0 | 0.80 | 0.23 | 0.28 | 317.55 | 0.67 | 0.43 |
| Hex | B7 | 24 | 8C | 0 | 50 | 17 | 1C | 13E | 43 | 2B |
| Octal | 267 | 44 | 214 | 0 | 120 | 27 | 34 | 476 | 103 | 53 |
| Binary | 10110111 | 100100 | 10001100 | 0 | 1010000 | 10111 | 11100 | 100111110 | 1000011 | 101011 |
Color Harmonies of #B7248C
Complementary color
Monochromatic Colors of #B7248C
Black with #B7248C
Text Example
Text Example
White with #B7248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7248C; }
p { color: rgb(183,36,140); }
H1.HeaderClassName
{
color: #B7248C;
}
.AnyTagClassName
{
color: #B7248C;
}
</style>
background-color css
<style>
a { background-color: #B7248C; }
a { background-color: rgb(183,36,140); }
div.DivClassName
{
background-color: #B7248C;
}
.BgClassName
{
background-color: #B7248C;
}
</style>
border-color css
<style>
span { border-color: #B7248C; }
span { border-color: rgb(183,36,140); }
td.TdClassName
{
border-color: #B7248C;
}
.TagClassName
{
border-color: #B7248C;
}
</style>