Shades of Medium Red Violet #B83995
Tints of Medium Red Violet #B83995
RGB
CMYK
RGB Variations
Color information
#B83995 (or 0xB83995) is known color: Medium Red Violet. HEX triplet: B8, 39 and 95. RGB value is (184,57,149). Sum of RGB (Red+Green+Blue) = 184+57+149=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B83995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83995 is #47C66A. Grayscale: #696969. Windows color (decimal): -4703851 or 9779640. OLE color: 9779640.
HSL color Cylindrical-coordinate representation of color #B83995: hue angle of 316.54º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83995 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 149 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.28 |
| HSL | 316.54º | 0.53% | 0.47% | - |
| HSV(B) | 316.54º | 0.69% | 0.72% | - |
| XYZ | 26.66 | 15.29 | 29.98 | - |
| YUV | 105.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 149 | 0 | 0.69 | 0.19 | 0.28 | 316.54 | 0.53 | 0.47 |
| Hex | B8 | 39 | 95 | 0 | 45 | 13 | 1C | 13D | 35 | 2F |
| Octal | 270 | 71 | 225 | 0 | 105 | 23 | 34 | 475 | 65 | 57 |
| Binary | 10111000 | 111001 | 10010101 | 0 | 1000101 | 10011 | 11100 | 100111101 | 110101 | 101111 |
Color Harmonies of #B83995
Complementary color
Monochromatic Colors of #B83995
Black with #B83995
Text Example
Text Example
White with #B83995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83995; }
p { color: rgb(184,57,149); }
H1.HeaderClassName
{
color: #B83995;
}
.AnyTagClassName
{
color: #B83995;
}
</style>
background-color css
<style>
a { background-color: #B83995; }
a { background-color: rgb(184,57,149); }
div.DivClassName
{
background-color: #B83995;
}
.BgClassName
{
background-color: #B83995;
}
</style>
border-color css
<style>
span { border-color: #B83995; }
span { border-color: rgb(184,57,149); }
td.TdClassName
{
border-color: #B83995;
}
.TagClassName
{
border-color: #B83995;
}
</style>