Shades of Medium Violet Red #B8048B
Tints of Medium Violet Red #B8048B
RGB
CMYK
RGB Variations
Color information
#B8048B (or 0xB8048B) is known color: Medium Violet Red. HEX triplet: B8, 04 and 8B. RGB value is (184,4,139). Sum of RGB (Red+Green+Blue) = 184+4+139=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8048B is #47FB74. Grayscale: #484848. Windows color (decimal): -4717429 or 9110712. OLE color: 9110712.
HSL color Cylindrical-coordinate representation of color #B8048B: hue angle of 315º 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 #B8048B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.28 |
| HSL | 315º | 0.96% | 0.37% | - |
| HSV(B) | 315º | 0.98% | 0.72% | - |
| XYZ | 24.47 | 12.14 | 25.48 | - |
| YUV | 73.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 139 | 0 | 0.98 | 0.24 | 0.28 | 315 | 0.96 | 0.37 |
| Hex | B8 | 4 | 8B | 0 | 62 | 18 | 1C | 13B | 60 | 25 |
| Octal | 270 | 4 | 213 | 0 | 142 | 30 | 34 | 473 | 140 | 45 |
| Binary | 10111000 | 100 | 10001011 | 0 | 1100010 | 11000 | 11100 | 100111011 | 1100000 | 100101 |
Color Harmonies of #B8048B
Complementary color
Monochromatic Colors of #B8048B
Black with #B8048B
Text Example
Text Example
White with #B8048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8048B; }
p { color: rgb(184,4,139); }
H1.HeaderClassName
{
color: #B8048B;
}
.AnyTagClassName
{
color: #B8048B;
}
</style>
background-color css
<style>
a { background-color: #B8048B; }
a { background-color: rgb(184,4,139); }
div.DivClassName
{
background-color: #B8048B;
}
.BgClassName
{
background-color: #B8048B;
}
</style>
border-color css
<style>
span { border-color: #B8048B; }
span { border-color: rgb(184,4,139); }
td.TdClassName
{
border-color: #B8048B;
}
.TagClassName
{
border-color: #B8048B;
}
</style>