Shades of Medium Violet Red #B8047F
Tints of Medium Violet Red #B8047F
RGB
CMYK
RGB Variations
Color information
#B8047F (or 0xB8047F) is known color: Medium Violet Red. HEX triplet: B8, 04 and 7F. RGB value is (184,4,127). Sum of RGB (Red+Green+Blue) = 184+4+127=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8047F is #47FB80. Grayscale: #474747. Windows color (decimal): -4717441 or 8324280. OLE color: 8324280.
HSL color Cylindrical-coordinate representation of color #B8047F: hue angle of 319º degrees, saturation: 0.96, 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 #B8047F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.28 |
| HSL | 319º | 0.96% | 0.37% | - |
| HSV(B) | 319º | 0.98% | 0.72% | - |
| XYZ | 23.64 | 11.81 | 21.11 | - |
| YUV | 71.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 127 | 0 | 0.98 | 0.31 | 0.28 | 319 | 0.96 | 0.37 |
| Hex | B8 | 4 | 7F | 0 | 62 | 1F | 1C | 13F | 60 | 25 |
| Octal | 270 | 4 | 177 | 0 | 142 | 37 | 34 | 477 | 140 | 45 |
| Binary | 10111000 | 100 | 1111111 | 0 | 1100010 | 11111 | 11100 | 100111111 | 1100000 | 100101 |
Color Harmonies of #B8047F
Complementary color
Monochromatic Colors of #B8047F
Black with #B8047F
Text Example
Text Example
White with #B8047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8047F; }
p { color: rgb(184,4,127); }
H1.HeaderClassName
{
color: #B8047F;
}
.AnyTagClassName
{
color: #B8047F;
}
</style>
background-color css
<style>
a { background-color: #B8047F; }
a { background-color: rgb(184,4,127); }
div.DivClassName
{
background-color: #B8047F;
}
.BgClassName
{
background-color: #B8047F;
}
</style>
border-color css
<style>
span { border-color: #B8047F; }
span { border-color: rgb(184,4,127); }
td.TdClassName
{
border-color: #B8047F;
}
.TagClassName
{
border-color: #B8047F;
}
</style>