Shades of Medium Violet Red #B50385
Tints of Medium Violet Red #B50385
RGB
CMYK
RGB Variations
Color information
#B50385 (or 0xB50385) is known color: Medium Violet Red. HEX triplet: B5, 03 and 85. RGB value is (181,3,133). Sum of RGB (Red+Green+Blue) = 181+3+133=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50385 is #4AFC7A. Grayscale: #464646. Windows color (decimal): -4914299 or 8717237. OLE color: 8717237.
HSL color Cylindrical-coordinate representation of color #B50385: hue angle of 316.18º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50385 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.29 |
| HSL | 316.18º | 0.97% | 0.36% | - |
| HSV(B) | 316.18º | 0.98% | 0.71% | - |
| XYZ | 23.32 | 11.58 | 23.2 | - |
| YUV | 71.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 133 | 0 | 0.98 | 0.27 | 0.29 | 316.18 | 0.97 | 0.36 |
| Hex | B5 | 3 | 85 | 0 | 62 | 1B | 1D | 13C | 61 | 24 |
| Octal | 265 | 3 | 205 | 0 | 142 | 33 | 35 | 474 | 141 | 44 |
| Binary | 10110101 | 11 | 10000101 | 0 | 1100010 | 11011 | 11101 | 100111100 | 1100001 | 100100 |
Color Harmonies of #B50385
Complementary color
Monochromatic Colors of #B50385
Black with #B50385
Text Example
Text Example
White with #B50385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50385; }
p { color: rgb(181,3,133); }
H1.HeaderClassName
{
color: #B50385;
}
.AnyTagClassName
{
color: #B50385;
}
</style>
background-color css
<style>
a { background-color: #B50385; }
a { background-color: rgb(181,3,133); }
div.DivClassName
{
background-color: #B50385;
}
.BgClassName
{
background-color: #B50385;
}
</style>
border-color css
<style>
span { border-color: #B50385; }
span { border-color: rgb(181,3,133); }
td.TdClassName
{
border-color: #B50385;
}
.TagClassName
{
border-color: #B50385;
}
</style>