Shades of Medium Red Violet #B84286
Tints of Medium Red Violet #B84286
RGB
CMYK
RGB Variations
Color information
#B84286 (or 0xB84286) is known color: Medium Red Violet. HEX triplet: B8, 42 and 86. RGB value is (184,66,134). Sum of RGB (Red+Green+Blue) = 184+66+134=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84286 is #47BD79. Grayscale: #6C6C6C. Windows color (decimal): -4701562 or 8798904. OLE color: 8798904.
HSL color Cylindrical-coordinate representation of color #B84286: hue angle of 325.42º 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 #B84286 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 134 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.28 |
| HSL | 325.42º | 0.47% | 0.49% | - |
| HSV(B) | 325.42º | 0.64% | 0.72% | - |
| XYZ | 26.02 | 15.81 | 24.23 | - |
| YUV | 109.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 134 | 0 | 0.64 | 0.27 | 0.28 | 325.42 | 0.47 | 0.49 |
| Hex | B8 | 42 | 86 | 0 | 40 | 1B | 1C | 145 | 2F | 31 |
| Octal | 270 | 102 | 206 | 0 | 100 | 33 | 34 | 505 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10000110 | 0 | 1000000 | 11011 | 11100 | 101000101 | 101111 | 110001 |
Color Harmonies of #B84286
Complementary color
Monochromatic Colors of #B84286
Black with #B84286
Text Example
Text Example
White with #B84286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84286; }
p { color: rgb(184,66,134); }
H1.HeaderClassName
{
color: #B84286;
}
.AnyTagClassName
{
color: #B84286;
}
</style>
background-color css
<style>
a { background-color: #B84286; }
a { background-color: rgb(184,66,134); }
div.DivClassName
{
background-color: #B84286;
}
.BgClassName
{
background-color: #B84286;
}
</style>
border-color css
<style>
span { border-color: #B84286; }
span { border-color: rgb(184,66,134); }
td.TdClassName
{
border-color: #B84286;
}
.TagClassName
{
border-color: #B84286;
}
</style>