Shades of Medium Red Violet #B92FA5
Tints of Medium Red Violet #B92FA5
RGB
CMYK
RGB Variations
Color information
#B92FA5 (or 0xB92FA5) is known color: Medium Red Violet. HEX triplet: B9, 2F and A5. RGB value is (185,47,165). Sum of RGB (Red+Green+Blue) = 185+47+165=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B92FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92FA5 is #46D05A. Grayscale: #656565. Windows color (decimal): -4640859 or 10825657. OLE color: 10825657.
HSL color Cylindrical-coordinate representation of color #B92FA5: hue angle of 308.7º 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 #B92FA5 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 165 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.27 |
| HSL | 308.7º | 0.59% | 0.45% | - |
| HSV(B) | 308.7º | 0.75% | 0.73% | - |
| XYZ | 27.82 | 15.06 | 37.04 | - |
| YUV | 101.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 165 | 0 | 0.75 | 0.11 | 0.27 | 308.7 | 0.59 | 0.45 |
| Hex | B9 | 2F | A5 | 0 | 4B | B | 1B | 135 | 3B | 2D |
| Octal | 271 | 57 | 245 | 0 | 113 | 13 | 33 | 465 | 73 | 55 |
| Binary | 10111001 | 101111 | 10100101 | 0 | 1001011 | 1011 | 11011 | 100110101 | 111011 | 101101 |
Color Harmonies of #B92FA5
Complementary color
Monochromatic Colors of #B92FA5
Black with #B92FA5
Text Example
Text Example
White with #B92FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FA5; }
p { color: rgb(185,47,165); }
H1.HeaderClassName
{
color: #B92FA5;
}
.AnyTagClassName
{
color: #B92FA5;
}
</style>
background-color css
<style>
a { background-color: #B92FA5; }
a { background-color: rgb(185,47,165); }
div.DivClassName
{
background-color: #B92FA5;
}
.BgClassName
{
background-color: #B92FA5;
}
</style>
border-color css
<style>
span { border-color: #B92FA5; }
span { border-color: rgb(185,47,165); }
td.TdClassName
{
border-color: #B92FA5;
}
.TagClassName
{
border-color: #B92FA5;
}
</style>