Shades of Medium Red Violet #B83395
Tints of Medium Red Violet #B83395
RGB
CMYK
RGB Variations
Color information
#B83395 (or 0xB83395) is known color: Medium Red Violet. HEX triplet: B8, 33 and 95. RGB value is (184,51,149). Sum of RGB (Red+Green+Blue) = 184+51+149=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B83395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83395 is #47CC6A. Grayscale: #656565. Windows color (decimal): -4705387 or 9778104. OLE color: 9778104.
HSL color Cylindrical-coordinate representation of color #B83395: hue angle of 315.79º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83395 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 149 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.28 |
| HSL | 315.79º | 0.57% | 0.46% | - |
| HSV(B) | 315.79º | 0.72% | 0.72% | - |
| XYZ | 26.38 | 14.73 | 29.89 | - |
| YUV | 101.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 149 | 0 | 0.72 | 0.19 | 0.28 | 315.79 | 0.57 | 0.46 |
| Hex | B8 | 33 | 95 | 0 | 48 | 13 | 1C | 13C | 39 | 2E |
| Octal | 270 | 63 | 225 | 0 | 110 | 23 | 34 | 474 | 71 | 56 |
| Binary | 10111000 | 110011 | 10010101 | 0 | 1001000 | 10011 | 11100 | 100111100 | 111001 | 101110 |
Color Harmonies of #B83395
Complementary color
Monochromatic Colors of #B83395
Black with #B83395
Text Example
Text Example
White with #B83395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83395; }
p { color: rgb(184,51,149); }
H1.HeaderClassName
{
color: #B83395;
}
.AnyTagClassName
{
color: #B83395;
}
</style>
background-color css
<style>
a { background-color: #B83395; }
a { background-color: rgb(184,51,149); }
div.DivClassName
{
background-color: #B83395;
}
.BgClassName
{
background-color: #B83395;
}
</style>
border-color css
<style>
span { border-color: #B83395; }
span { border-color: rgb(184,51,149); }
td.TdClassName
{
border-color: #B83395;
}
.TagClassName
{
border-color: #B83395;
}
</style>