Shades of Medium Red Violet #B92988
Tints of Medium Red Violet #B92988
RGB
CMYK
RGB Variations
Color information
#B92988 (or 0xB92988) is known color: Medium Red Violet. HEX triplet: B9, 29 and 88. RGB value is (185,41,136). Sum of RGB (Red+Green+Blue) = 185+41+136=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B92988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92988 is #46D677. Grayscale: #5E5E5E. Windows color (decimal): -4642424 or 8923577. OLE color: 8923577.
HSL color Cylindrical-coordinate representation of color #B92988: hue angle of 320.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92988 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 136 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.27 |
| HSL | 320.42º | 0.64% | 0.44% | - |
| HSV(B) | 320.42º | 0.78% | 0.73% | - |
| XYZ | 25.24 | 13.68 | 24.6 | - |
| YUV | 94.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 136 | 0 | 0.78 | 0.26 | 0.27 | 320.42 | 0.64 | 0.44 |
| Hex | B9 | 29 | 88 | 0 | 4E | 1A | 1B | 140 | 40 | 2C |
| Octal | 271 | 51 | 210 | 0 | 116 | 32 | 33 | 500 | 100 | 54 |
| Binary | 10111001 | 101001 | 10001000 | 0 | 1001110 | 11010 | 11011 | 101000000 | 1000000 | 101100 |
Color Harmonies of #B92988
Complementary color
Monochromatic Colors of #B92988
Black with #B92988
Text Example
Text Example
White with #B92988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92988; }
p { color: rgb(185,41,136); }
H1.HeaderClassName
{
color: #B92988;
}
.AnyTagClassName
{
color: #B92988;
}
</style>
background-color css
<style>
a { background-color: #B92988; }
a { background-color: rgb(185,41,136); }
div.DivClassName
{
background-color: #B92988;
}
.BgClassName
{
background-color: #B92988;
}
</style>
border-color css
<style>
span { border-color: #B92988; }
span { border-color: rgb(185,41,136); }
td.TdClassName
{
border-color: #B92988;
}
.TagClassName
{
border-color: #B92988;
}
</style>