Shades of Medium Red Violet #B92C9E
Tints of Medium Red Violet #B92C9E
RGB
CMYK
RGB Variations
Color information
#B92C9E (or 0xB92C9E) is known color: Medium Red Violet. HEX triplet: B9, 2C and 9E. RGB value is (185,44,158). Sum of RGB (Red+Green+Blue) = 185+44+158=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C9E is #46D361. Grayscale: #626262. Windows color (decimal): -4641634 or 10366137. OLE color: 10366137.
HSL color Cylindrical-coordinate representation of color #B92C9E: hue angle of 311.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C9E is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 158 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.27 |
| HSL | 311.49º | 0.62% | 0.45% | - |
| HSV(B) | 311.49º | 0.76% | 0.73% | - |
| XYZ | 27.08 | 14.58 | 33.74 | - |
| YUV | 99.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 158 | 0 | 0.76 | 0.15 | 0.27 | 311.49 | 0.62 | 0.45 |
| Hex | B9 | 2C | 9E | 0 | 4C | F | 1B | 137 | 3E | 2D |
| Octal | 271 | 54 | 236 | 0 | 114 | 17 | 33 | 467 | 76 | 55 |
| Binary | 10111001 | 101100 | 10011110 | 0 | 1001100 | 1111 | 11011 | 100110111 | 111110 | 101101 |
Color Harmonies of #B92C9E
Complementary color
Monochromatic Colors of #B92C9E
Black with #B92C9E
Text Example
Text Example
White with #B92C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C9E; }
p { color: rgb(185,44,158); }
H1.HeaderClassName
{
color: #B92C9E;
}
.AnyTagClassName
{
color: #B92C9E;
}
</style>
background-color css
<style>
a { background-color: #B92C9E; }
a { background-color: rgb(185,44,158); }
div.DivClassName
{
background-color: #B92C9E;
}
.BgClassName
{
background-color: #B92C9E;
}
</style>
border-color css
<style>
span { border-color: #B92C9E; }
span { border-color: rgb(185,44,158); }
td.TdClassName
{
border-color: #B92C9E;
}
.TagClassName
{
border-color: #B92C9E;
}
</style>