Shades of Medium Violet Red #B0048C
Tints of Medium Violet Red #B0048C
RGB
CMYK
RGB Variations
Color information
#B0048C (or 0xB0048C) is known color: Medium Violet Red. HEX triplet: B0, 04 and 8C. RGB value is (176,4,140). Sum of RGB (Red+Green+Blue) = 176+4+140=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0048C is #4FFB73. Grayscale: #464646. Windows color (decimal): -5241716 or 9176240. OLE color: 9176240.
HSL color Cylindrical-coordinate representation of color #B0048C: hue angle of 312.56º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0048C is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.31 |
| HSL | 312.56º | 0.96% | 0.35% | - |
| HSV(B) | 312.56º | 0.98% | 0.69% | - |
| XYZ | 22.68 | 11.21 | 25.78 | - |
| YUV | 70.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 140 | 0 | 0.98 | 0.20 | 0.31 | 312.56 | 0.96 | 0.35 |
| Hex | B0 | 4 | 8C | 0 | 62 | 14 | 1F | 139 | 60 | 23 |
| Octal | 260 | 4 | 214 | 0 | 142 | 24 | 37 | 471 | 140 | 43 |
| Binary | 10110000 | 100 | 10001100 | 0 | 1100010 | 10100 | 11111 | 100111001 | 1100000 | 100011 |
Color Harmonies of #B0048C
Complementary color
Monochromatic Colors of #B0048C
Black with #B0048C
Text Example
Text Example
White with #B0048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0048C; }
p { color: rgb(176,4,140); }
H1.HeaderClassName
{
color: #B0048C;
}
.AnyTagClassName
{
color: #B0048C;
}
</style>
background-color css
<style>
a { background-color: #B0048C; }
a { background-color: rgb(176,4,140); }
div.DivClassName
{
background-color: #B0048C;
}
.BgClassName
{
background-color: #B0048C;
}
</style>
border-color css
<style>
span { border-color: #B0048C; }
span { border-color: rgb(176,4,140); }
td.TdClassName
{
border-color: #B0048C;
}
.TagClassName
{
border-color: #B0048C;
}
</style>