Shades of Medium Violet Red #B8048A
Tints of Medium Violet Red #B8048A
RGB
CMYK
RGB Variations
Color information
#B8048A (or 0xB8048A) is known color: Medium Violet Red. HEX triplet: B8, 04 and 8A. RGB value is (184,4,138). Sum of RGB (Red+Green+Blue) = 184+4+138=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8048A is #47FB75. Grayscale: #484848. Windows color (decimal): -4717430 or 9045176. OLE color: 9045176.
HSL color Cylindrical-coordinate representation of color #B8048A: hue angle of 315.33º 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 #B8048A is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.28 |
| HSL | 315.33º | 0.96% | 0.37% | - |
| HSV(B) | 315.33º | 0.98% | 0.72% | - |
| XYZ | 24.4 | 12.11 | 25.1 | - |
| YUV | 73.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 138 | 0 | 0.98 | 0.25 | 0.28 | 315.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 8A | 0 | 62 | 19 | 1C | 13B | 60 | 25 |
| Octal | 270 | 4 | 212 | 0 | 142 | 31 | 34 | 473 | 140 | 45 |
| Binary | 10111000 | 100 | 10001010 | 0 | 1100010 | 11001 | 11100 | 100111011 | 1100000 | 100101 |
Color Harmonies of #B8048A
Complementary color
Monochromatic Colors of #B8048A
Black with #B8048A
Text Example
Text Example
White with #B8048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8048A; }
p { color: rgb(184,4,138); }
H1.HeaderClassName
{
color: #B8048A;
}
.AnyTagClassName
{
color: #B8048A;
}
</style>
background-color css
<style>
a { background-color: #B8048A; }
a { background-color: rgb(184,4,138); }
div.DivClassName
{
background-color: #B8048A;
}
.BgClassName
{
background-color: #B8048A;
}
</style>
border-color css
<style>
span { border-color: #B8048A; }
span { border-color: rgb(184,4,138); }
td.TdClassName
{
border-color: #B8048A;
}
.TagClassName
{
border-color: #B8048A;
}
</style>