Shades of Medium Violet Red #B80374
Tints of Medium Violet Red #B80374
RGB
CMYK
RGB Variations
Color information
#B80374 (or 0xB80374) is known color: Medium Violet Red. HEX triplet: B8, 03 and 74. RGB value is (184,3,116). Sum of RGB (Red+Green+Blue) = 184+3+116=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80374 is #47FC8B. Grayscale: #454545. Windows color (decimal): -4717708 or 7603128. OLE color: 7603128.
HSL color Cylindrical-coordinate representation of color #B80374: hue angle of 322.54º 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 #B80374 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 116 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.28 |
| HSL | 322.54º | 0.97% | 0.37% | - |
| HSV(B) | 322.54º | 0.98% | 0.72% | - |
| XYZ | 22.95 | 11.52 | 17.54 | - |
| YUV | 70 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 116 | 0 | 0.98 | 0.37 | 0.28 | 322.54 | 0.97 | 0.37 |
| Hex | B8 | 3 | 74 | 0 | 62 | 25 | 1C | 143 | 61 | 25 |
| Octal | 270 | 3 | 164 | 0 | 142 | 45 | 34 | 503 | 141 | 45 |
| Binary | 10111000 | 11 | 1110100 | 0 | 1100010 | 100101 | 11100 | 101000011 | 1100001 | 100101 |
Color Harmonies of #B80374
Complementary color
Monochromatic Colors of #B80374
Black with #B80374
Text Example
Text Example
White with #B80374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80374; }
p { color: rgb(184,3,116); }
H1.HeaderClassName
{
color: #B80374;
}
.AnyTagClassName
{
color: #B80374;
}
</style>
background-color css
<style>
a { background-color: #B80374; }
a { background-color: rgb(184,3,116); }
div.DivClassName
{
background-color: #B80374;
}
.BgClassName
{
background-color: #B80374;
}
</style>
border-color css
<style>
span { border-color: #B80374; }
span { border-color: rgb(184,3,116); }
td.TdClassName
{
border-color: #B80374;
}
.TagClassName
{
border-color: #B80374;
}
</style>