Shades of Medium Red Violet #B92F9A
Tints of Medium Red Violet #B92F9A
RGB
CMYK
RGB Variations
Color information
#B92F9A (or 0xB92F9A) is known color: Medium Red Violet. HEX triplet: B9, 2F and 9A. RGB value is (185,47,154). Sum of RGB (Red+Green+Blue) = 185+47+154=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F9A is #46D065. Grayscale: #646464. Windows color (decimal): -4640870 or 10104761. OLE color: 10104761.
HSL color Cylindrical-coordinate representation of color #B92F9A: hue angle of 313.48º 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 #B92F9A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 154 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.27 |
| HSL | 313.48º | 0.59% | 0.45% | - |
| HSV(B) | 313.48º | 0.75% | 0.73% | - |
| XYZ | 26.86 | 14.68 | 31.99 | - |
| YUV | 100.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 154 | 0 | 0.75 | 0.17 | 0.27 | 313.48 | 0.59 | 0.45 |
| Hex | B9 | 2F | 9A | 0 | 4B | 11 | 1B | 139 | 3B | 2D |
| Octal | 271 | 57 | 232 | 0 | 113 | 21 | 33 | 471 | 73 | 55 |
| Binary | 10111001 | 101111 | 10011010 | 0 | 1001011 | 10001 | 11011 | 100111001 | 111011 | 101101 |
Color Harmonies of #B92F9A
Complementary color
Monochromatic Colors of #B92F9A
Black with #B92F9A
Text Example
Text Example
White with #B92F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F9A; }
p { color: rgb(185,47,154); }
H1.HeaderClassName
{
color: #B92F9A;
}
.AnyTagClassName
{
color: #B92F9A;
}
</style>
background-color css
<style>
a { background-color: #B92F9A; }
a { background-color: rgb(185,47,154); }
div.DivClassName
{
background-color: #B92F9A;
}
.BgClassName
{
background-color: #B92F9A;
}
</style>
border-color css
<style>
span { border-color: #B92F9A; }
span { border-color: rgb(185,47,154); }
td.TdClassName
{
border-color: #B92F9A;
}
.TagClassName
{
border-color: #B92F9A;
}
</style>