Shades of Medium Red Violet #B83685
Tints of Medium Red Violet #B83685
RGB
CMYK
RGB Variations
Color information
#B83685 (or 0xB83685) is known color: Medium Red Violet. HEX triplet: B8, 36 and 85. RGB value is (184,54,133). Sum of RGB (Red+Green+Blue) = 184+54+133=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B83685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83685 is #47C97A. Grayscale: #656565. Windows color (decimal): -4704635 or 8730296. OLE color: 8730296.
HSL color Cylindrical-coordinate representation of color #B83685: hue angle of 323.54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83685 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 133 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.28 |
| HSL | 323.54º | 0.55% | 0.47% | - |
| HSV(B) | 323.54º | 0.71% | 0.72% | - |
| XYZ | 25.32 | 14.52 | 23.66 | - |
| YUV | 101.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 133 | 0 | 0.71 | 0.28 | 0.28 | 323.54 | 0.55 | 0.47 |
| Hex | B8 | 36 | 85 | 0 | 47 | 1C | 1C | 144 | 37 | 2F |
| Octal | 270 | 66 | 205 | 0 | 107 | 34 | 34 | 504 | 67 | 57 |
| Binary | 10111000 | 110110 | 10000101 | 0 | 1000111 | 11100 | 11100 | 101000100 | 110111 | 101111 |
Color Harmonies of #B83685
Complementary color
Monochromatic Colors of #B83685
Black with #B83685
Text Example
Text Example
White with #B83685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83685; }
p { color: rgb(184,54,133); }
H1.HeaderClassName
{
color: #B83685;
}
.AnyTagClassName
{
color: #B83685;
}
</style>
background-color css
<style>
a { background-color: #B83685; }
a { background-color: rgb(184,54,133); }
div.DivClassName
{
background-color: #B83685;
}
.BgClassName
{
background-color: #B83685;
}
</style>
border-color css
<style>
span { border-color: #B83685; }
span { border-color: rgb(184,54,133); }
td.TdClassName
{
border-color: #B83685;
}
.TagClassName
{
border-color: #B83685;
}
</style>