Shades of Medium Red Violet #B92595
Tints of Medium Red Violet #B92595
RGB
CMYK
RGB Variations
Color information
#B92595 (or 0xB92595) is known color: Medium Red Violet. HEX triplet: B9, 25 and 95. RGB value is (185,37,149). Sum of RGB (Red+Green+Blue) = 185+37+149=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B92595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92595 is #46DA6A. Grayscale: #5D5D5D. Windows color (decimal): -4643435 or 9774521. OLE color: 9774521.
HSL color Cylindrical-coordinate representation of color #B92595: hue angle of 314.59º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92595 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 149 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.27 |
| HSL | 314.59º | 0.67% | 0.44% | - |
| HSV(B) | 314.59º | 0.8% | 0.73% | - |
| XYZ | 26.09 | 13.81 | 29.72 | - |
| YUV | 94.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 149 | 0 | 0.80 | 0.19 | 0.27 | 314.59 | 0.67 | 0.44 |
| Hex | B9 | 25 | 95 | 0 | 50 | 13 | 1B | 13B | 43 | 2C |
| Octal | 271 | 45 | 225 | 0 | 120 | 23 | 33 | 473 | 103 | 54 |
| Binary | 10111001 | 100101 | 10010101 | 0 | 1010000 | 10011 | 11011 | 100111011 | 1000011 | 101100 |
Color Harmonies of #B92595
Complementary color
Monochromatic Colors of #B92595
Black with #B92595
Text Example
Text Example
White with #B92595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92595; }
p { color: rgb(185,37,149); }
H1.HeaderClassName
{
color: #B92595;
}
.AnyTagClassName
{
color: #B92595;
}
</style>
background-color css
<style>
a { background-color: #B92595; }
a { background-color: rgb(185,37,149); }
div.DivClassName
{
background-color: #B92595;
}
.BgClassName
{
background-color: #B92595;
}
</style>
border-color css
<style>
span { border-color: #B92595; }
span { border-color: rgb(185,37,149); }
td.TdClassName
{
border-color: #B92595;
}
.TagClassName
{
border-color: #B92595;
}
</style>