Shades of Medium Red Violet #B83086
Tints of Medium Red Violet #B83086
RGB
CMYK
RGB Variations
Color information
#B83086 (or 0xB83086) is known color: Medium Red Violet. HEX triplet: B8, 30 and 86. RGB value is (184,48,134). Sum of RGB (Red+Green+Blue) = 184+48+134=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B83086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83086 is #47CF79. Grayscale: #626262. Windows color (decimal): -4706170 or 8794296. OLE color: 8794296.
HSL color Cylindrical-coordinate representation of color #B83086: hue angle of 322.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83086 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 134 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.28 |
| HSL | 322.06º | 0.59% | 0.45% | - |
| HSV(B) | 322.06º | 0.74% | 0.72% | - |
| XYZ | 25.13 | 14.03 | 23.94 | - |
| YUV | 98.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 134 | 0 | 0.74 | 0.27 | 0.28 | 322.06 | 0.59 | 0.45 |
| Hex | B8 | 30 | 86 | 0 | 4A | 1B | 1C | 142 | 3B | 2D |
| Octal | 270 | 60 | 206 | 0 | 112 | 33 | 34 | 502 | 73 | 55 |
| Binary | 10111000 | 110000 | 10000110 | 0 | 1001010 | 11011 | 11100 | 101000010 | 111011 | 101101 |
Color Harmonies of #B83086
Complementary color
Monochromatic Colors of #B83086
Black with #B83086
Text Example
Text Example
White with #B83086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83086; }
p { color: rgb(184,48,134); }
H1.HeaderClassName
{
color: #B83086;
}
.AnyTagClassName
{
color: #B83086;
}
</style>
background-color css
<style>
a { background-color: #B83086; }
a { background-color: rgb(184,48,134); }
div.DivClassName
{
background-color: #B83086;
}
.BgClassName
{
background-color: #B83086;
}
</style>
border-color css
<style>
span { border-color: #B83086; }
span { border-color: rgb(184,48,134); }
td.TdClassName
{
border-color: #B83086;
}
.TagClassName
{
border-color: #B83086;
}
</style>