Shades of Medium Red Violet #B83296
Tints of Medium Red Violet #B83296
RGB
CMYK
RGB Variations
Color information
#B83296 (or 0xB83296) is known color: Medium Red Violet. HEX triplet: B8, 32 and 96. RGB value is (184,50,150). Sum of RGB (Red+Green+Blue) = 184+50+150=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B83296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83296 is #47CD69. Grayscale: #656565. Windows color (decimal): -4705642 or 9843384. OLE color: 9843384.
HSL color Cylindrical-coordinate representation of color #B83296: hue angle of 315.22º 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 #B83296 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 150 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.28 |
| HSL | 315.22º | 0.57% | 0.46% | - |
| HSV(B) | 315.22º | 0.73% | 0.72% | - |
| XYZ | 26.41 | 14.67 | 30.29 | - |
| YUV | 101.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 150 | 0 | 0.73 | 0.18 | 0.28 | 315.22 | 0.57 | 0.46 |
| Hex | B8 | 32 | 96 | 0 | 49 | 12 | 1C | 13B | 39 | 2E |
| Octal | 270 | 62 | 226 | 0 | 111 | 22 | 34 | 473 | 71 | 56 |
| Binary | 10111000 | 110010 | 10010110 | 0 | 1001001 | 10010 | 11100 | 100111011 | 111001 | 101110 |
Color Harmonies of #B83296
Complementary color
Monochromatic Colors of #B83296
Black with #B83296
Text Example
Text Example
White with #B83296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83296; }
p { color: rgb(184,50,150); }
H1.HeaderClassName
{
color: #B83296;
}
.AnyTagClassName
{
color: #B83296;
}
</style>
background-color css
<style>
a { background-color: #B83296; }
a { background-color: rgb(184,50,150); }
div.DivClassName
{
background-color: #B83296;
}
.BgClassName
{
background-color: #B83296;
}
</style>
border-color css
<style>
span { border-color: #B83296; }
span { border-color: rgb(184,50,150); }
td.TdClassName
{
border-color: #B83296;
}
.TagClassName
{
border-color: #B83296;
}
</style>