Shades of Medium Red Violet #B84385
Tints of Medium Red Violet #B84385
RGB
CMYK
RGB Variations
Color information
#B84385 (or 0xB84385) is known color: Medium Red Violet. HEX triplet: B8, 43 and 85. RGB value is (184,67,133). Sum of RGB (Red+Green+Blue) = 184+67+133=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84385 is #47BC7A. Grayscale: #6D6D6D. Windows color (decimal): -4701307 or 8733624. OLE color: 8733624.
HSL color Cylindrical-coordinate representation of color #B84385: hue angle of 326.15º 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 #B84385 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 133 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.28 |
| HSL | 326.15º | 0.47% | 0.49% | - |
| HSV(B) | 326.15º | 0.64% | 0.72% | - |
| XYZ | 26.01 | 15.9 | 23.89 | - |
| YUV | 109.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 133 | 0 | 0.64 | 0.28 | 0.28 | 326.15 | 0.47 | 0.49 |
| Hex | B8 | 43 | 85 | 0 | 40 | 1C | 1C | 146 | 2F | 31 |
| Octal | 270 | 103 | 205 | 0 | 100 | 34 | 34 | 506 | 57 | 61 |
| Binary | 10111000 | 1000011 | 10000101 | 0 | 1000000 | 11100 | 11100 | 101000110 | 101111 | 110001 |
Color Harmonies of #B84385
Complementary color
Monochromatic Colors of #B84385
Black with #B84385
Text Example
Text Example
White with #B84385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84385; }
p { color: rgb(184,67,133); }
H1.HeaderClassName
{
color: #B84385;
}
.AnyTagClassName
{
color: #B84385;
}
</style>
background-color css
<style>
a { background-color: #B84385; }
a { background-color: rgb(184,67,133); }
div.DivClassName
{
background-color: #B84385;
}
.BgClassName
{
background-color: #B84385;
}
</style>
border-color css
<style>
span { border-color: #B84385; }
span { border-color: rgb(184,67,133); }
td.TdClassName
{
border-color: #B84385;
}
.TagClassName
{
border-color: #B84385;
}
</style>