Shades of Medium Red Violet #B92FA0
Tints of Medium Red Violet #B92FA0
RGB
CMYK
RGB Variations
Color information
#B92FA0 (or 0xB92FA0) is known color: Medium Red Violet. HEX triplet: B9, 2F and A0. RGB value is (185,47,160). Sum of RGB (Red+Green+Blue) = 185+47+160=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B92FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92FA0 is #46D05F. Grayscale: #646464. Windows color (decimal): -4640864 or 10497977. OLE color: 10497977.
HSL color Cylindrical-coordinate representation of color #B92FA0: hue angle of 310.87º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 160 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.27 |
| HSL | 310.87º | 0.59% | 0.45% | - |
| HSV(B) | 310.87º | 0.75% | 0.73% | - |
| XYZ | 27.37 | 14.89 | 34.69 | - |
| YUV | 101.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 160 | 0 | 0.75 | 0.14 | 0.27 | 310.87 | 0.59 | 0.45 |
| Hex | B9 | 2F | A0 | 0 | 4B | E | 1B | 137 | 3B | 2D |
| Octal | 271 | 57 | 240 | 0 | 113 | 16 | 33 | 467 | 73 | 55 |
| Binary | 10111001 | 101111 | 10100000 | 0 | 1001011 | 1110 | 11011 | 100110111 | 111011 | 101101 |
Color Harmonies of #B92FA0
Complementary color
Monochromatic Colors of #B92FA0
Black with #B92FA0
Text Example
Text Example
White with #B92FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FA0; }
p { color: rgb(185,47,160); }
H1.HeaderClassName
{
color: #B92FA0;
}
.AnyTagClassName
{
color: #B92FA0;
}
</style>
background-color css
<style>
a { background-color: #B92FA0; }
a { background-color: rgb(185,47,160); }
div.DivClassName
{
background-color: #B92FA0;
}
.BgClassName
{
background-color: #B92FA0;
}
</style>
border-color css
<style>
span { border-color: #B92FA0; }
span { border-color: rgb(185,47,160); }
td.TdClassName
{
border-color: #B92FA0;
}
.TagClassName
{
border-color: #B92FA0;
}
</style>