Shades of Medium Red Violet #B9249D
Tints of Medium Red Violet #B9249D
RGB
CMYK
RGB Variations
Color information
#B9249D (or 0xB9249D) is known color: Medium Red Violet. HEX triplet: B9, 24 and 9D. RGB value is (185,36,157). Sum of RGB (Red+Green+Blue) = 185+36+157=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9249D is #46DB62. Grayscale: #5E5E5E. Windows color (decimal): -4643683 or 10298553. OLE color: 10298553.
HSL color Cylindrical-coordinate representation of color #B9249D: hue angle of 311.28º 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 #B9249D is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 157 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.27 |
| HSL | 311.28º | 0.67% | 0.43% | - |
| HSV(B) | 311.28º | 0.81% | 0.73% | - |
| XYZ | 26.72 | 14.01 | 33.19 | - |
| YUV | 94.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 157 | 0 | 0.81 | 0.15 | 0.27 | 311.28 | 0.67 | 0.43 |
| Hex | B9 | 24 | 9D | 0 | 51 | F | 1B | 137 | 43 | 2B |
| Octal | 271 | 44 | 235 | 0 | 121 | 17 | 33 | 467 | 103 | 53 |
| Binary | 10111001 | 100100 | 10011101 | 0 | 1010001 | 1111 | 11011 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B9249D
Complementary color
Monochromatic Colors of #B9249D
Black with #B9249D
Text Example
Text Example
White with #B9249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9249D; }
p { color: rgb(185,36,157); }
H1.HeaderClassName
{
color: #B9249D;
}
.AnyTagClassName
{
color: #B9249D;
}
</style>
background-color css
<style>
a { background-color: #B9249D; }
a { background-color: rgb(185,36,157); }
div.DivClassName
{
background-color: #B9249D;
}
.BgClassName
{
background-color: #B9249D;
}
</style>
border-color css
<style>
span { border-color: #B9249D; }
span { border-color: rgb(185,36,157); }
td.TdClassName
{
border-color: #B9249D;
}
.TagClassName
{
border-color: #B9249D;
}
</style>