Shades of Medium Violet Red #B80385
Tints of Medium Violet Red #B80385
RGB
CMYK
RGB Variations
Color information
#B80385 (or 0xB80385) is known color: Medium Violet Red. HEX triplet: B8, 03 and 85. RGB value is (184,3,133). Sum of RGB (Red+Green+Blue) = 184+3+133=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80385 is #47FC7A. Grayscale: #474747. Windows color (decimal): -4717691 or 8717240. OLE color: 8717240.
HSL color Cylindrical-coordinate representation of color #B80385: hue angle of 316.91º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80385 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.28 |
| HSL | 316.91º | 0.97% | 0.37% | - |
| HSV(B) | 316.91º | 0.98% | 0.72% | - |
| XYZ | 24.03 | 11.95 | 23.23 | - |
| YUV | 71.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 133 | 0 | 0.98 | 0.28 | 0.28 | 316.91 | 0.97 | 0.37 |
| Hex | B8 | 3 | 85 | 0 | 62 | 1C | 1C | 13D | 61 | 25 |
| Octal | 270 | 3 | 205 | 0 | 142 | 34 | 34 | 475 | 141 | 45 |
| Binary | 10111000 | 11 | 10000101 | 0 | 1100010 | 11100 | 11100 | 100111101 | 1100001 | 100101 |
Color Harmonies of #B80385
Complementary color
Monochromatic Colors of #B80385
Black with #B80385
Text Example
Text Example
White with #B80385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80385; }
p { color: rgb(184,3,133); }
H1.HeaderClassName
{
color: #B80385;
}
.AnyTagClassName
{
color: #B80385;
}
</style>
background-color css
<style>
a { background-color: #B80385; }
a { background-color: rgb(184,3,133); }
div.DivClassName
{
background-color: #B80385;
}
.BgClassName
{
background-color: #B80385;
}
</style>
border-color css
<style>
span { border-color: #B80385; }
span { border-color: rgb(184,3,133); }
td.TdClassName
{
border-color: #B80385;
}
.TagClassName
{
border-color: #B80385;
}
</style>