Shades of Medium Red Violet #B9249E
Tints of Medium Red Violet #B9249E
RGB
CMYK
RGB Variations
Color information
#B9249E (or 0xB9249E) is known color: Medium Red Violet. HEX triplet: B9, 24 and 9E. RGB value is (185,36,158). Sum of RGB (Red+Green+Blue) = 185+36+158=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9249E is #46DB61. Grayscale: #5E5E5E. Windows color (decimal): -4643682 or 10364089. OLE color: 10364089.
HSL color Cylindrical-coordinate representation of color #B9249E: hue angle of 310.87º 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 #B9249E is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 158 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.27 |
| HSL | 310.87º | 0.67% | 0.43% | - |
| HSV(B) | 310.87º | 0.81% | 0.73% | - |
| XYZ | 26.81 | 14.04 | 33.65 | - |
| YUV | 94.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 158 | 0 | 0.81 | 0.15 | 0.27 | 310.87 | 0.67 | 0.43 |
| Hex | B9 | 24 | 9E | 0 | 51 | F | 1B | 137 | 43 | 2B |
| Octal | 271 | 44 | 236 | 0 | 121 | 17 | 33 | 467 | 103 | 53 |
| Binary | 10111001 | 100100 | 10011110 | 0 | 1010001 | 1111 | 11011 | 100110111 | 1000011 | 101011 |
Color Harmonies of #B9249E
Complementary color
Monochromatic Colors of #B9249E
Black with #B9249E
Text Example
Text Example
White with #B9249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9249E; }
p { color: rgb(185,36,158); }
H1.HeaderClassName
{
color: #B9249E;
}
.AnyTagClassName
{
color: #B9249E;
}
</style>
background-color css
<style>
a { background-color: #B9249E; }
a { background-color: rgb(185,36,158); }
div.DivClassName
{
background-color: #B9249E;
}
.BgClassName
{
background-color: #B9249E;
}
</style>
border-color css
<style>
span { border-color: #B9249E; }
span { border-color: rgb(185,36,158); }
td.TdClassName
{
border-color: #B9249E;
}
.TagClassName
{
border-color: #B9249E;
}
</style>