Shades of Medium Red Violet #B92890
Tints of Medium Red Violet #B92890
RGB
CMYK
RGB Variations
Color information
#B92890 (or 0xB92890) is known color: Medium Red Violet. HEX triplet: B9, 28 and 90. RGB value is (185,40,144). Sum of RGB (Red+Green+Blue) = 185+40+144=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B92890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92890 is #46D76F. Grayscale: #5E5E5E. Windows color (decimal): -4642672 or 9447609. OLE color: 9447609.
HSL color Cylindrical-coordinate representation of color #B92890: hue angle of 316.97º 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 #B92890 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 144 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.27 |
| HSL | 316.97º | 0.64% | 0.44% | - |
| HSV(B) | 316.97º | 0.78% | 0.73% | - |
| XYZ | 25.8 | 13.85 | 27.7 | - |
| YUV | 95.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 144 | 0 | 0.78 | 0.22 | 0.27 | 316.97 | 0.64 | 0.44 |
| Hex | B9 | 28 | 90 | 0 | 4E | 16 | 1B | 13D | 40 | 2C |
| Octal | 271 | 50 | 220 | 0 | 116 | 26 | 33 | 475 | 100 | 54 |
| Binary | 10111001 | 101000 | 10010000 | 0 | 1001110 | 10110 | 11011 | 100111101 | 1000000 | 101100 |
Color Harmonies of #B92890
Complementary color
Monochromatic Colors of #B92890
Black with #B92890
Text Example
Text Example
White with #B92890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92890; }
p { color: rgb(185,40,144); }
H1.HeaderClassName
{
color: #B92890;
}
.AnyTagClassName
{
color: #B92890;
}
</style>
background-color css
<style>
a { background-color: #B92890; }
a { background-color: rgb(185,40,144); }
div.DivClassName
{
background-color: #B92890;
}
.BgClassName
{
background-color: #B92890;
}
</style>
border-color css
<style>
span { border-color: #B92890; }
span { border-color: rgb(185,40,144); }
td.TdClassName
{
border-color: #B92890;
}
.TagClassName
{
border-color: #B92890;
}
</style>