Shades of Medium Violet Red #B80184
Tints of Medium Violet Red #B80184
RGB
CMYK
RGB Variations
Color information
#B80184 (or 0xB80184) is known color: Medium Violet Red. HEX triplet: B8, 01 and 84. RGB value is (184,1,132). Sum of RGB (Red+Green+Blue) = 184+1+132=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80184 is #47FE7B. Grayscale: #464646. Windows color (decimal): -4718204 or 8651192. OLE color: 8651192.
HSL color Cylindrical-coordinate representation of color #B80184: hue angle of 317.05º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80184 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.28 |
| HSL | 317.05º | 0.99% | 0.36% | - |
| HSV(B) | 317.05º | 0.99% | 0.72% | - |
| XYZ | 23.94 | 11.88 | 22.86 | - |
| YUV | 70.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 132 | 0 | 0.99 | 0.28 | 0.28 | 317.05 | 0.99 | 0.36 |
| Hex | B8 | 1 | 84 | 0 | 63 | 1C | 1C | 13D | 63 | 24 |
| Octal | 270 | 1 | 204 | 0 | 143 | 34 | 34 | 475 | 143 | 44 |
| Binary | 10111000 | 1 | 10000100 | 0 | 1100011 | 11100 | 11100 | 100111101 | 1100011 | 100100 |
Color Harmonies of #B80184
Complementary color
Monochromatic Colors of #B80184
Black with #B80184
Text Example
Text Example
White with #B80184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80184; }
p { color: rgb(184,1,132); }
H1.HeaderClassName
{
color: #B80184;
}
.AnyTagClassName
{
color: #B80184;
}
</style>
background-color css
<style>
a { background-color: #B80184; }
a { background-color: rgb(184,1,132); }
div.DivClassName
{
background-color: #B80184;
}
.BgClassName
{
background-color: #B80184;
}
</style>
border-color css
<style>
span { border-color: #B80184; }
span { border-color: rgb(184,1,132); }
td.TdClassName
{
border-color: #B80184;
}
.TagClassName
{
border-color: #B80184;
}
</style>