Shades of Medium Red Violet #B92BA0
Tints of Medium Red Violet #B92BA0
RGB
CMYK
RGB Variations
Color information
#B92BA0 (or 0xB92BA0) is known color: Medium Red Violet. HEX triplet: B9, 2B and A0. RGB value is (185,43,160). Sum of RGB (Red+Green+Blue) = 185+43+160=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B92BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92BA0 is #46D45F. Grayscale: #626262. Windows color (decimal): -4641888 or 10496953. OLE color: 10496953.
HSL color Cylindrical-coordinate representation of color #B92BA0: hue angle of 310.56º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92BA0 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 160 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.27 |
| HSL | 310.56º | 0.62% | 0.45% | - |
| HSV(B) | 310.56º | 0.77% | 0.73% | - |
| XYZ | 27.22 | 14.58 | 34.64 | - |
| YUV | 98.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 160 | 0 | 0.77 | 0.14 | 0.27 | 310.56 | 0.62 | 0.45 |
| Hex | B9 | 2B | A0 | 0 | 4D | E | 1B | 137 | 3E | 2D |
| Octal | 271 | 53 | 240 | 0 | 115 | 16 | 33 | 467 | 76 | 55 |
| Binary | 10111001 | 101011 | 10100000 | 0 | 1001101 | 1110 | 11011 | 100110111 | 111110 | 101101 |
Color Harmonies of #B92BA0
Complementary color
Monochromatic Colors of #B92BA0
Black with #B92BA0
Text Example
Text Example
White with #B92BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92BA0; }
p { color: rgb(185,43,160); }
H1.HeaderClassName
{
color: #B92BA0;
}
.AnyTagClassName
{
color: #B92BA0;
}
</style>
background-color css
<style>
a { background-color: #B92BA0; }
a { background-color: rgb(185,43,160); }
div.DivClassName
{
background-color: #B92BA0;
}
.BgClassName
{
background-color: #B92BA0;
}
</style>
border-color css
<style>
span { border-color: #B92BA0; }
span { border-color: rgb(185,43,160); }
td.TdClassName
{
border-color: #B92BA0;
}
.TagClassName
{
border-color: #B92BA0;
}
</style>