Shades of Medium Red Violet #B92894
Tints of Medium Red Violet #B92894
RGB
CMYK
RGB Variations
Color information
#B92894 (or 0xB92894) is known color: Medium Red Violet. HEX triplet: B9, 28 and 94. RGB value is (185,40,148). Sum of RGB (Red+Green+Blue) = 185+40+148=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B92894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92894 is #46D76B. Grayscale: #5F5F5F. Windows color (decimal): -4642668 or 9709753. OLE color: 9709753.
HSL color Cylindrical-coordinate representation of color #B92894: hue angle of 315.31º 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 #B92894 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 148 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.27 |
| HSL | 315.31º | 0.64% | 0.44% | - |
| HSV(B) | 315.31º | 0.78% | 0.73% | - |
| XYZ | 26.11 | 13.97 | 29.34 | - |
| YUV | 95.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 148 | 0 | 0.78 | 0.20 | 0.27 | 315.31 | 0.64 | 0.44 |
| Hex | B9 | 28 | 94 | 0 | 4E | 14 | 1B | 13B | 40 | 2C |
| Octal | 271 | 50 | 224 | 0 | 116 | 24 | 33 | 473 | 100 | 54 |
| Binary | 10111001 | 101000 | 10010100 | 0 | 1001110 | 10100 | 11011 | 100111011 | 1000000 | 101100 |
Color Harmonies of #B92894
Complementary color
Monochromatic Colors of #B92894
Black with #B92894
Text Example
Text Example
White with #B92894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92894; }
p { color: rgb(185,40,148); }
H1.HeaderClassName
{
color: #B92894;
}
.AnyTagClassName
{
color: #B92894;
}
</style>
background-color css
<style>
a { background-color: #B92894; }
a { background-color: rgb(185,40,148); }
div.DivClassName
{
background-color: #B92894;
}
.BgClassName
{
background-color: #B92894;
}
</style>
border-color css
<style>
span { border-color: #B92894; }
span { border-color: rgb(185,40,148); }
td.TdClassName
{
border-color: #B92894;
}
.TagClassName
{
border-color: #B92894;
}
</style>