Shades of Medium Violet Red #B80384
Tints of Medium Violet Red #B80384
RGB
CMYK
RGB Variations
Color information
#B80384 (or 0xB80384) is known color: Medium Violet Red. HEX triplet: B8, 03 and 84. RGB value is (184,3,132). Sum of RGB (Red+Green+Blue) = 184+3+132=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80384 is #47FC7B. Grayscale: #474747. Windows color (decimal): -4717692 or 8651704. OLE color: 8651704.
HSL color Cylindrical-coordinate representation of color #B80384: hue angle of 317.24º 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 #B80384 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.28 |
| HSL | 317.24º | 0.97% | 0.37% | - |
| HSV(B) | 317.24º | 0.98% | 0.72% | - |
| XYZ | 23.96 | 11.92 | 22.87 | - |
| YUV | 71.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 132 | 0 | 0.98 | 0.28 | 0.28 | 317.24 | 0.97 | 0.37 |
| Hex | B8 | 3 | 84 | 0 | 62 | 1C | 1C | 13D | 61 | 25 |
| Octal | 270 | 3 | 204 | 0 | 142 | 34 | 34 | 475 | 141 | 45 |
| Binary | 10111000 | 11 | 10000100 | 0 | 1100010 | 11100 | 11100 | 100111101 | 1100001 | 100101 |
Color Harmonies of #B80384
Complementary color
Monochromatic Colors of #B80384
Black with #B80384
Text Example
Text Example
White with #B80384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80384; }
p { color: rgb(184,3,132); }
H1.HeaderClassName
{
color: #B80384;
}
.AnyTagClassName
{
color: #B80384;
}
</style>
background-color css
<style>
a { background-color: #B80384; }
a { background-color: rgb(184,3,132); }
div.DivClassName
{
background-color: #B80384;
}
.BgClassName
{
background-color: #B80384;
}
</style>
border-color css
<style>
span { border-color: #B80384; }
span { border-color: rgb(184,3,132); }
td.TdClassName
{
border-color: #B80384;
}
.TagClassName
{
border-color: #B80384;
}
</style>