Shades of Medium Red Violet #B92885
Tints of Medium Red Violet #B92885
RGB
CMYK
RGB Variations
Color information
#B92885 (or 0xB92885) is known color: Medium Red Violet. HEX triplet: B9, 28 and 85. RGB value is (185,40,133). Sum of RGB (Red+Green+Blue) = 185+40+133=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B92885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92885 is #46D77A. Grayscale: #5D5D5D. Windows color (decimal): -4642683 or 8726713. OLE color: 8726713.
HSL color Cylindrical-coordinate representation of color #B92885: hue angle of 321.52º 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 #B92885 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 133 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.27 |
| HSL | 321.52º | 0.64% | 0.44% | - |
| HSV(B) | 321.52º | 0.78% | 0.73% | - |
| XYZ | 25 | 13.53 | 23.48 | - |
| YUV | 93.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 133 | 0 | 0.78 | 0.28 | 0.27 | 321.52 | 0.64 | 0.44 |
| Hex | B9 | 28 | 85 | 0 | 4E | 1C | 1B | 142 | 40 | 2C |
| Octal | 271 | 50 | 205 | 0 | 116 | 34 | 33 | 502 | 100 | 54 |
| Binary | 10111001 | 101000 | 10000101 | 0 | 1001110 | 11100 | 11011 | 101000010 | 1000000 | 101100 |
Color Harmonies of #B92885
Complementary color
Monochromatic Colors of #B92885
Black with #B92885
Text Example
Text Example
White with #B92885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92885; }
p { color: rgb(185,40,133); }
H1.HeaderClassName
{
color: #B92885;
}
.AnyTagClassName
{
color: #B92885;
}
</style>
background-color css
<style>
a { background-color: #B92885; }
a { background-color: rgb(185,40,133); }
div.DivClassName
{
background-color: #B92885;
}
.BgClassName
{
background-color: #B92885;
}
</style>
border-color css
<style>
span { border-color: #B92885; }
span { border-color: rgb(185,40,133); }
td.TdClassName
{
border-color: #B92885;
}
.TagClassName
{
border-color: #B92885;
}
</style>