Shades of Medium Violet Red #B8048F
Tints of Medium Violet Red #B8048F
RGB
CMYK
RGB Variations
Color information
#B8048F (or 0xB8048F) is known color: Medium Violet Red. HEX triplet: B8, 04 and 8F. RGB value is (184,4,143). Sum of RGB (Red+Green+Blue) = 184+4+143=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8048F is #47FB70. Grayscale: #494949. Windows color (decimal): -4717425 or 9372856. OLE color: 9372856.
HSL color Cylindrical-coordinate representation of color #B8048F: hue angle of 313.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 #B8048F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.28 |
| HSL | 313.67º | 0.96% | 0.37% | - |
| HSV(B) | 313.67º | 0.98% | 0.72% | - |
| XYZ | 24.77 | 12.26 | 27.05 | - |
| YUV | 73.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 143 | 0 | 0.98 | 0.22 | 0.28 | 313.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 8F | 0 | 62 | 16 | 1C | 13A | 60 | 25 |
| Octal | 270 | 4 | 217 | 0 | 142 | 26 | 34 | 472 | 140 | 45 |
| Binary | 10111000 | 100 | 10001111 | 0 | 1100010 | 10110 | 11100 | 100111010 | 1100000 | 100101 |
Color Harmonies of #B8048F
Complementary color
Monochromatic Colors of #B8048F
Black with #B8048F
Text Example
Text Example
White with #B8048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8048F; }
p { color: rgb(184,4,143); }
H1.HeaderClassName
{
color: #B8048F;
}
.AnyTagClassName
{
color: #B8048F;
}
</style>
background-color css
<style>
a { background-color: #B8048F; }
a { background-color: rgb(184,4,143); }
div.DivClassName
{
background-color: #B8048F;
}
.BgClassName
{
background-color: #B8048F;
}
</style>
border-color css
<style>
span { border-color: #B8048F; }
span { border-color: rgb(184,4,143); }
td.TdClassName
{
border-color: #B8048F;
}
.TagClassName
{
border-color: #B8048F;
}
</style>