Shades of Medium Red Violet #B9247D
Tints of Medium Red Violet #B9247D
RGB
CMYK
RGB Variations
Color information
#B9247D (or 0xB9247D) is known color: Medium Red Violet. HEX triplet: B9, 24 and 7D. RGB value is (185,36,125). Sum of RGB (Red+Green+Blue) = 185+36+125=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247D is #46DB82. Grayscale: #5A5A5A. Windows color (decimal): -4643715 or 8201401. OLE color: 8201401.
HSL color Cylindrical-coordinate representation of color #B9247D: hue angle of 324.16º 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 #B9247D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 125 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.27 |
| HSL | 324.16º | 0.67% | 0.43% | - |
| HSV(B) | 324.16º | 0.81% | 0.73% | - |
| XYZ | 24.34 | 13.06 | 20.64 | - |
| YUV | 90.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 125 | 0 | 0.81 | 0.32 | 0.27 | 324.16 | 0.67 | 0.43 |
| Hex | B9 | 24 | 7D | 0 | 51 | 20 | 1B | 144 | 43 | 2B |
| Octal | 271 | 44 | 175 | 0 | 121 | 40 | 33 | 504 | 103 | 53 |
| Binary | 10111001 | 100100 | 1111101 | 0 | 1010001 | 100000 | 11011 | 101000100 | 1000011 | 101011 |
Color Harmonies of #B9247D
Complementary color
Monochromatic Colors of #B9247D
Black with #B9247D
Text Example
Text Example
White with #B9247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9247D; }
p { color: rgb(185,36,125); }
H1.HeaderClassName
{
color: #B9247D;
}
.AnyTagClassName
{
color: #B9247D;
}
</style>
background-color css
<style>
a { background-color: #B9247D; }
a { background-color: rgb(185,36,125); }
div.DivClassName
{
background-color: #B9247D;
}
.BgClassName
{
background-color: #B9247D;
}
</style>
border-color css
<style>
span { border-color: #B9247D; }
span { border-color: rgb(185,36,125); }
td.TdClassName
{
border-color: #B9247D;
}
.TagClassName
{
border-color: #B9247D;
}
</style>