Shades of Medium Red Violet #B83295
Tints of Medium Red Violet #B83295
RGB
CMYK
RGB Variations
Color information
#B83295 (or 0xB83295) is known color: Medium Red Violet. HEX triplet: B8, 32 and 95. RGB value is (184,50,149). Sum of RGB (Red+Green+Blue) = 184+50+149=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B83295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83295 is #47CD6A. Grayscale: #656565. Windows color (decimal): -4705643 or 9777848. OLE color: 9777848.
HSL color Cylindrical-coordinate representation of color #B83295: hue angle of 315.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83295 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 149 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.28 |
| HSL | 315.67º | 0.57% | 0.46% | - |
| HSV(B) | 315.67º | 0.73% | 0.72% | - |
| XYZ | 26.33 | 14.64 | 29.87 | - |
| YUV | 101.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 149 | 0 | 0.73 | 0.19 | 0.28 | 315.67 | 0.57 | 0.46 |
| Hex | B8 | 32 | 95 | 0 | 49 | 13 | 1C | 13C | 39 | 2E |
| Octal | 270 | 62 | 225 | 0 | 111 | 23 | 34 | 474 | 71 | 56 |
| Binary | 10111000 | 110010 | 10010101 | 0 | 1001001 | 10011 | 11100 | 100111100 | 111001 | 101110 |
Color Harmonies of #B83295
Complementary color
Monochromatic Colors of #B83295
Black with #B83295
Text Example
Text Example
White with #B83295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83295; }
p { color: rgb(184,50,149); }
H1.HeaderClassName
{
color: #B83295;
}
.AnyTagClassName
{
color: #B83295;
}
</style>
background-color css
<style>
a { background-color: #B83295; }
a { background-color: rgb(184,50,149); }
div.DivClassName
{
background-color: #B83295;
}
.BgClassName
{
background-color: #B83295;
}
</style>
border-color css
<style>
span { border-color: #B83295; }
span { border-color: rgb(184,50,149); }
td.TdClassName
{
border-color: #B83295;
}
.TagClassName
{
border-color: #B83295;
}
</style>