Shades of Medium Red Violet #B9298B
Tints of Medium Red Violet #B9298B
RGB
CMYK
RGB Variations
Color information
#B9298B (or 0xB9298B) is known color: Medium Red Violet. HEX triplet: B9, 29 and 8B. RGB value is (185,41,139). Sum of RGB (Red+Green+Blue) = 185+41+139=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9298B is #46D674. Grayscale: #5E5E5E. Windows color (decimal): -4642421 or 9120185. OLE color: 9120185.
HSL color Cylindrical-coordinate representation of color #B9298B: hue angle of 319.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9298B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 139 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.27 |
| HSL | 319.17º | 0.64% | 0.44% | - |
| HSV(B) | 319.17º | 0.78% | 0.73% | - |
| XYZ | 25.46 | 13.76 | 25.74 | - |
| YUV | 95.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 139 | 0 | 0.78 | 0.25 | 0.27 | 319.17 | 0.64 | 0.44 |
| Hex | B9 | 29 | 8B | 0 | 4E | 19 | 1B | 13F | 40 | 2C |
| Octal | 271 | 51 | 213 | 0 | 116 | 31 | 33 | 477 | 100 | 54 |
| Binary | 10111001 | 101001 | 10001011 | 0 | 1001110 | 11001 | 11011 | 100111111 | 1000000 | 101100 |
Color Harmonies of #B9298B
Complementary color
Monochromatic Colors of #B9298B
Black with #B9298B
Text Example
Text Example
White with #B9298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9298B; }
p { color: rgb(185,41,139); }
H1.HeaderClassName
{
color: #B9298B;
}
.AnyTagClassName
{
color: #B9298B;
}
</style>
background-color css
<style>
a { background-color: #B9298B; }
a { background-color: rgb(185,41,139); }
div.DivClassName
{
background-color: #B9298B;
}
.BgClassName
{
background-color: #B9298B;
}
</style>
border-color css
<style>
span { border-color: #B9298B; }
span { border-color: rgb(185,41,139); }
td.TdClassName
{
border-color: #B9298B;
}
.TagClassName
{
border-color: #B9298B;
}
</style>