Shades of Medium Violet Red #B8047D
Tints of Medium Violet Red #B8047D
RGB
CMYK
RGB Variations
Color information
#B8047D (or 0xB8047D) is known color: Medium Violet Red. HEX triplet: B8, 04 and 7D. RGB value is (184,4,125). Sum of RGB (Red+Green+Blue) = 184+4+125=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8047D is #47FB82. Grayscale: #474747. Windows color (decimal): -4717443 or 8193208. OLE color: 8193208.
HSL color Cylindrical-coordinate representation of color #B8047D: hue angle of 319.67º 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 #B8047D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.28 |
| HSL | 319.67º | 0.96% | 0.37% | - |
| HSV(B) | 319.67º | 0.98% | 0.72% | - |
| XYZ | 23.51 | 11.76 | 20.43 | - |
| YUV | 71.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 125 | 0 | 0.98 | 0.32 | 0.28 | 319.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 7D | 0 | 62 | 20 | 1C | 140 | 60 | 25 |
| Octal | 270 | 4 | 175 | 0 | 142 | 40 | 34 | 500 | 140 | 45 |
| Binary | 10111000 | 100 | 1111101 | 0 | 1100010 | 100000 | 11100 | 101000000 | 1100000 | 100101 |
Color Harmonies of #B8047D
Complementary color
Monochromatic Colors of #B8047D
Black with #B8047D
Text Example
Text Example
White with #B8047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8047D; }
p { color: rgb(184,4,125); }
H1.HeaderClassName
{
color: #B8047D;
}
.AnyTagClassName
{
color: #B8047D;
}
</style>
background-color css
<style>
a { background-color: #B8047D; }
a { background-color: rgb(184,4,125); }
div.DivClassName
{
background-color: #B8047D;
}
.BgClassName
{
background-color: #B8047D;
}
</style>
border-color css
<style>
span { border-color: #B8047D; }
span { border-color: rgb(184,4,125); }
td.TdClassName
{
border-color: #B8047D;
}
.TagClassName
{
border-color: #B8047D;
}
</style>