Shades of Medium Red Violet #B92C9A
Tints of Medium Red Violet #B92C9A
RGB
CMYK
RGB Variations
Color information
#B92C9A (or 0xB92C9A) is known color: Medium Red Violet. HEX triplet: B9, 2C and 9A. RGB value is (185,44,154). Sum of RGB (Red+Green+Blue) = 185+44+154=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C9A is #46D365. Grayscale: #626262. Windows color (decimal): -4641638 or 10103993. OLE color: 10103993.
HSL color Cylindrical-coordinate representation of color #B92C9A: hue angle of 313.19º 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 #B92C9A is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 154 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.27 |
| HSL | 313.19º | 0.62% | 0.45% | - |
| HSV(B) | 313.19º | 0.76% | 0.73% | - |
| XYZ | 26.74 | 14.45 | 31.95 | - |
| YUV | 98.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 154 | 0 | 0.76 | 0.17 | 0.27 | 313.19 | 0.62 | 0.45 |
| Hex | B9 | 2C | 9A | 0 | 4C | 11 | 1B | 139 | 3E | 2D |
| Octal | 271 | 54 | 232 | 0 | 114 | 21 | 33 | 471 | 76 | 55 |
| Binary | 10111001 | 101100 | 10011010 | 0 | 1001100 | 10001 | 11011 | 100111001 | 111110 | 101101 |
Color Harmonies of #B92C9A
Complementary color
Monochromatic Colors of #B92C9A
Black with #B92C9A
Text Example
Text Example
White with #B92C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C9A; }
p { color: rgb(185,44,154); }
H1.HeaderClassName
{
color: #B92C9A;
}
.AnyTagClassName
{
color: #B92C9A;
}
</style>
background-color css
<style>
a { background-color: #B92C9A; }
a { background-color: rgb(185,44,154); }
div.DivClassName
{
background-color: #B92C9A;
}
.BgClassName
{
background-color: #B92C9A;
}
</style>
border-color css
<style>
span { border-color: #B92C9A; }
span { border-color: rgb(185,44,154); }
td.TdClassName
{
border-color: #B92C9A;
}
.TagClassName
{
border-color: #B92C9A;
}
</style>