Shades of Medium Red Violet #B83291
Tints of Medium Red Violet #B83291
RGB
CMYK
RGB Variations
Color information
#B83291 (or 0xB83291) is known color: Medium Red Violet. HEX triplet: B8, 32 and 91. RGB value is (184,50,145). Sum of RGB (Red+Green+Blue) = 184+50+145=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B83291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83291 is #47CD6E. Grayscale: #646464. Windows color (decimal): -4705647 or 9515704. OLE color: 9515704.
HSL color Cylindrical-coordinate representation of color #B83291: hue angle of 317.46º 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 #B83291 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 145 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.28 |
| HSL | 317.46º | 0.57% | 0.46% | - |
| HSV(B) | 317.46º | 0.73% | 0.72% | - |
| XYZ | 26.02 | 14.52 | 28.22 | - |
| YUV | 100.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 145 | 0 | 0.73 | 0.21 | 0.28 | 317.46 | 0.57 | 0.46 |
| Hex | B8 | 32 | 91 | 0 | 49 | 15 | 1C | 13D | 39 | 2E |
| Octal | 270 | 62 | 221 | 0 | 111 | 25 | 34 | 475 | 71 | 56 |
| Binary | 10111000 | 110010 | 10010001 | 0 | 1001001 | 10101 | 11100 | 100111101 | 111001 | 101110 |
Color Harmonies of #B83291
Complementary color
Monochromatic Colors of #B83291
Black with #B83291
Text Example
Text Example
White with #B83291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83291; }
p { color: rgb(184,50,145); }
H1.HeaderClassName
{
color: #B83291;
}
.AnyTagClassName
{
color: #B83291;
}
</style>
background-color css
<style>
a { background-color: #B83291; }
a { background-color: rgb(184,50,145); }
div.DivClassName
{
background-color: #B83291;
}
.BgClassName
{
background-color: #B83291;
}
</style>
border-color css
<style>
span { border-color: #B83291; }
span { border-color: rgb(184,50,145); }
td.TdClassName
{
border-color: #B83291;
}
.TagClassName
{
border-color: #B83291;
}
</style>