Shades of Medium Red Violet #B83896
Tints of Medium Red Violet #B83896
RGB
CMYK
RGB Variations
Color information
#B83896 (or 0xB83896) is known color: Medium Red Violet. HEX triplet: B8, 38 and 96. RGB value is (184,56,150). Sum of RGB (Red+Green+Blue) = 184+56+150=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B83896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83896 is #47C769. Grayscale: #686868. Windows color (decimal): -4704106 or 9844920. OLE color: 9844920.
HSL color Cylindrical-coordinate representation of color #B83896: hue angle of 315.94º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83896 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 150 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.28 |
| HSL | 315.94º | 0.53% | 0.47% | - |
| HSV(B) | 315.94º | 0.7% | 0.72% | - |
| XYZ | 26.69 | 15.22 | 30.39 | - |
| YUV | 104.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 150 | 0 | 0.70 | 0.18 | 0.28 | 315.94 | 0.53 | 0.47 |
| Hex | B8 | 38 | 96 | 0 | 46 | 12 | 1C | 13C | 35 | 2F |
| Octal | 270 | 70 | 226 | 0 | 106 | 22 | 34 | 474 | 65 | 57 |
| Binary | 10111000 | 111000 | 10010110 | 0 | 1000110 | 10010 | 11100 | 100111100 | 110101 | 101111 |
Color Harmonies of #B83896
Complementary color
Monochromatic Colors of #B83896
Black with #B83896
Text Example
Text Example
White with #B83896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83896; }
p { color: rgb(184,56,150); }
H1.HeaderClassName
{
color: #B83896;
}
.AnyTagClassName
{
color: #B83896;
}
</style>
background-color css
<style>
a { background-color: #B83896; }
a { background-color: rgb(184,56,150); }
div.DivClassName
{
background-color: #B83896;
}
.BgClassName
{
background-color: #B83896;
}
</style>
border-color css
<style>
span { border-color: #B83896; }
span { border-color: rgb(184,56,150); }
td.TdClassName
{
border-color: #B83896;
}
.TagClassName
{
border-color: #B83896;
}
</style>