Shades of Medium Red Violet #B83385
Tints of Medium Red Violet #B83385
RGB
CMYK
RGB Variations
Color information
#B83385 (or 0xB83385) is known color: Medium Red Violet. HEX triplet: B8, 33 and 85. RGB value is (184,51,133). Sum of RGB (Red+Green+Blue) = 184+51+133=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B83385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83385 is #47CC7A. Grayscale: #636363. Windows color (decimal): -4705403 or 8729528. OLE color: 8729528.
HSL color Cylindrical-coordinate representation of color #B83385: hue angle of 323.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83385 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 133 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.28 |
| HSL | 323.01º | 0.57% | 0.46% | - |
| HSV(B) | 323.01º | 0.72% | 0.72% | - |
| XYZ | 25.18 | 14.25 | 23.61 | - |
| YUV | 100.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 133 | 0 | 0.72 | 0.28 | 0.28 | 323.01 | 0.57 | 0.46 |
| Hex | B8 | 33 | 85 | 0 | 48 | 1C | 1C | 143 | 39 | 2E |
| Octal | 270 | 63 | 205 | 0 | 110 | 34 | 34 | 503 | 71 | 56 |
| Binary | 10111000 | 110011 | 10000101 | 0 | 1001000 | 11100 | 11100 | 101000011 | 111001 | 101110 |
Color Harmonies of #B83385
Complementary color
Monochromatic Colors of #B83385
Black with #B83385
Text Example
Text Example
White with #B83385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83385; }
p { color: rgb(184,51,133); }
H1.HeaderClassName
{
color: #B83385;
}
.AnyTagClassName
{
color: #B83385;
}
</style>
background-color css
<style>
a { background-color: #B83385; }
a { background-color: rgb(184,51,133); }
div.DivClassName
{
background-color: #B83385;
}
.BgClassName
{
background-color: #B83385;
}
</style>
border-color css
<style>
span { border-color: #B83385; }
span { border-color: rgb(184,51,133); }
td.TdClassName
{
border-color: #B83385;
}
.TagClassName
{
border-color: #B83385;
}
</style>