Shades of Medium Red Violet #B5248C
Tints of Medium Red Violet #B5248C
RGB
CMYK
RGB Variations
Color information
#B5248C (or 0xB5248C) is known color: Medium Red Violet. HEX triplet: B5, 24 and 8C. RGB value is (181,36,140). Sum of RGB (Red+Green+Blue) = 181+36+140=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5248C is #4ADB73. Grayscale: #5A5A5A. Windows color (decimal): -4905844 or 9184437. OLE color: 9184437.
HSL color Cylindrical-coordinate representation of color #B5248C: hue angle of 316.97º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5248C is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 140 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.29 |
| HSL | 316.97º | 0.67% | 0.43% | - |
| HSV(B) | 316.97º | 0.8% | 0.71% | - |
| XYZ | 24.42 | 12.98 | 26.03 | - |
| YUV | 91.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 140 | 0 | 0.80 | 0.23 | 0.29 | 316.97 | 0.67 | 0.43 |
| Hex | B5 | 24 | 8C | 0 | 50 | 17 | 1D | 13D | 43 | 2B |
| Octal | 265 | 44 | 214 | 0 | 120 | 27 | 35 | 475 | 103 | 53 |
| Binary | 10110101 | 100100 | 10001100 | 0 | 1010000 | 10111 | 11101 | 100111101 | 1000011 | 101011 |
Color Harmonies of #B5248C
Complementary color
Monochromatic Colors of #B5248C
Black with #B5248C
Text Example
Text Example
White with #B5248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5248C; }
p { color: rgb(181,36,140); }
H1.HeaderClassName
{
color: #B5248C;
}
.AnyTagClassName
{
color: #B5248C;
}
</style>
background-color css
<style>
a { background-color: #B5248C; }
a { background-color: rgb(181,36,140); }
div.DivClassName
{
background-color: #B5248C;
}
.BgClassName
{
background-color: #B5248C;
}
</style>
border-color css
<style>
span { border-color: #B5248C; }
span { border-color: rgb(181,36,140); }
td.TdClassName
{
border-color: #B5248C;
}
.TagClassName
{
border-color: #B5248C;
}
</style>