Shades of Medium Violet Red #B80F74
Tints of Medium Violet Red #B80F74
RGB
CMYK
RGB Variations
Color information
#B80F74 (or 0xB80F74) is known color: Medium Violet Red. HEX triplet: B8, 0F and 74. RGB value is (184,15,116). Sum of RGB (Red+Green+Blue) = 184+15+116=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80F74 is #47F08B. Grayscale: #4C4C4C. Windows color (decimal): -4714636 or 7606200. OLE color: 7606200.
HSL color Cylindrical-coordinate representation of color #B80F74: hue angle of 324.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F74 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 116 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.28 |
| HSL | 324.14º | 0.85% | 0.39% | - |
| HSV(B) | 324.14º | 0.92% | 0.72% | - |
| XYZ | 23.09 | 11.79 | 17.58 | - |
| YUV | 77.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 116 | 0 | 0.92 | 0.37 | 0.28 | 324.14 | 0.85 | 0.39 |
| Hex | B8 | F | 74 | 0 | 5C | 25 | 1C | 144 | 55 | 27 |
| Octal | 270 | 17 | 164 | 0 | 134 | 45 | 34 | 504 | 125 | 47 |
| Binary | 10111000 | 1111 | 1110100 | 0 | 1011100 | 100101 | 11100 | 101000100 | 1010101 | 100111 |
Color Harmonies of #B80F74
Complementary color
Monochromatic Colors of #B80F74
Black with #B80F74
Text Example
Text Example
White with #B80F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F74; }
p { color: rgb(184,15,116); }
H1.HeaderClassName
{
color: #B80F74;
}
.AnyTagClassName
{
color: #B80F74;
}
</style>
background-color css
<style>
a { background-color: #B80F74; }
a { background-color: rgb(184,15,116); }
div.DivClassName
{
background-color: #B80F74;
}
.BgClassName
{
background-color: #B80F74;
}
</style>
border-color css
<style>
span { border-color: #B80F74; }
span { border-color: rgb(184,15,116); }
td.TdClassName
{
border-color: #B80F74;
}
.TagClassName
{
border-color: #B80F74;
}
</style>