Shades of Medium Violet Red #B8057C
Tints of Medium Violet Red #B8057C
RGB
CMYK
RGB Variations
Color information
#B8057C (or 0xB8057C) is known color: Medium Violet Red. HEX triplet: B8, 05 and 7C. RGB value is (184,5,124). Sum of RGB (Red+Green+Blue) = 184+5+124=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8057C is #47FA83. Grayscale: #474747. Windows color (decimal): -4717188 or 8127928. OLE color: 8127928.
HSL color Cylindrical-coordinate representation of color #B8057C: hue angle of 320.11º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8057C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.28 |
| HSL | 320.11º | 0.95% | 0.37% | - |
| HSV(B) | 320.11º | 0.97% | 0.72% | - |
| XYZ | 23.46 | 11.75 | 20.1 | - |
| YUV | 72.09 | 157.3 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 124 | 0 | 0.97 | 0.33 | 0.28 | 320.11 | 0.95 | 0.37 |
| Hex | B8 | 5 | 7C | 0 | 61 | 21 | 1C | 140 | 5F | 25 |
| Octal | 270 | 5 | 174 | 0 | 141 | 41 | 34 | 500 | 137 | 45 |
| Binary | 10111000 | 101 | 1111100 | 0 | 1100001 | 100001 | 11100 | 101000000 | 1011111 | 100101 |
Color Harmonies of #B8057C
Complementary color
Monochromatic Colors of #B8057C
Black with #B8057C
Text Example
Text Example
White with #B8057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8057C; }
p { color: rgb(184,5,124); }
H1.HeaderClassName
{
color: #B8057C;
}
.AnyTagClassName
{
color: #B8057C;
}
</style>
background-color css
<style>
a { background-color: #B8057C; }
a { background-color: rgb(184,5,124); }
div.DivClassName
{
background-color: #B8057C;
}
.BgClassName
{
background-color: #B8057C;
}
</style>
border-color css
<style>
span { border-color: #B8057C; }
span { border-color: rgb(184,5,124); }
td.TdClassName
{
border-color: #B8057C;
}
.TagClassName
{
border-color: #B8057C;
}
</style>