Shades of Medium Red Violet #B9247C
Tints of Medium Red Violet #B9247C
RGB
CMYK
RGB Variations
Color information
#B9247C (or 0xB9247C) is known color: Medium Red Violet. HEX triplet: B9, 24 and 7C. RGB value is (185,36,124). Sum of RGB (Red+Green+Blue) = 185+36+124=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247C is #46DB83. Grayscale: #5A5A5A. Windows color (decimal): -4643716 or 8135865. OLE color: 8135865.
HSL color Cylindrical-coordinate representation of color #B9247C: hue angle of 324.56º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9247C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 124 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.27 |
| HSL | 324.56º | 0.67% | 0.43% | - |
| HSV(B) | 324.56º | 0.81% | 0.73% | - |
| XYZ | 24.28 | 13.03 | 20.3 | - |
| YUV | 90.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 124 | 0 | 0.81 | 0.33 | 0.27 | 324.56 | 0.67 | 0.43 |
| Hex | B9 | 24 | 7C | 0 | 51 | 21 | 1B | 145 | 43 | 2B |
| Octal | 271 | 44 | 174 | 0 | 121 | 41 | 33 | 505 | 103 | 53 |
| Binary | 10111001 | 100100 | 1111100 | 0 | 1010001 | 100001 | 11011 | 101000101 | 1000011 | 101011 |
Color Harmonies of #B9247C
Complementary color
Monochromatic Colors of #B9247C
Black with #B9247C
Text Example
Text Example
White with #B9247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9247C; }
p { color: rgb(185,36,124); }
H1.HeaderClassName
{
color: #B9247C;
}
.AnyTagClassName
{
color: #B9247C;
}
</style>
background-color css
<style>
a { background-color: #B9247C; }
a { background-color: rgb(185,36,124); }
div.DivClassName
{
background-color: #B9247C;
}
.BgClassName
{
background-color: #B9247C;
}
</style>
border-color css
<style>
span { border-color: #B9247C; }
span { border-color: rgb(185,36,124); }
td.TdClassName
{
border-color: #B9247C;
}
.TagClassName
{
border-color: #B9247C;
}
</style>