Shades of Medium Red Violet #B84386
Tints of Medium Red Violet #B84386
RGB
CMYK
RGB Variations
Color information
#B84386 (or 0xB84386) is known color: Medium Red Violet. HEX triplet: B8, 43 and 86. RGB value is (184,67,134). Sum of RGB (Red+Green+Blue) = 184+67+134=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84386 is #47BC79. Grayscale: #6D6D6D. Windows color (decimal): -4701306 or 8799160. OLE color: 8799160.
HSL color Cylindrical-coordinate representation of color #B84386: hue angle of 325.64º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84386 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 134 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.28 |
| HSL | 325.64º | 0.47% | 0.49% | - |
| HSV(B) | 325.64º | 0.64% | 0.72% | - |
| XYZ | 26.08 | 15.93 | 24.25 | - |
| YUV | 109.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 134 | 0 | 0.64 | 0.27 | 0.28 | 325.64 | 0.47 | 0.49 |
| Hex | B8 | 43 | 86 | 0 | 40 | 1B | 1C | 146 | 2F | 31 |
| Octal | 270 | 103 | 206 | 0 | 100 | 33 | 34 | 506 | 57 | 61 |
| Binary | 10111000 | 1000011 | 10000110 | 0 | 1000000 | 11011 | 11100 | 101000110 | 101111 | 110001 |
Color Harmonies of #B84386
Complementary color
Monochromatic Colors of #B84386
Black with #B84386
Text Example
Text Example
White with #B84386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84386; }
p { color: rgb(184,67,134); }
H1.HeaderClassName
{
color: #B84386;
}
.AnyTagClassName
{
color: #B84386;
}
</style>
background-color css
<style>
a { background-color: #B84386; }
a { background-color: rgb(184,67,134); }
div.DivClassName
{
background-color: #B84386;
}
.BgClassName
{
background-color: #B84386;
}
</style>
border-color css
<style>
span { border-color: #B84386; }
span { border-color: rgb(184,67,134); }
td.TdClassName
{
border-color: #B84386;
}
.TagClassName
{
border-color: #B84386;
}
</style>