Shades of Medium Violet Red #B0049A
Tints of Medium Violet Red #B0049A
RGB
CMYK
RGB Variations
Color information
#B0049A (or 0xB0049A) is known color: Medium Violet Red. HEX triplet: B0, 04 and 9A. RGB value is (176,4,154). Sum of RGB (Red+Green+Blue) = 176+4+154=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0049A is #4FFB65. Grayscale: #484848. Windows color (decimal): -5241702 or 10093744. OLE color: 10093744.
HSL color Cylindrical-coordinate representation of color #B0049A: hue angle of 307.67º 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 #B0049A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.31 |
| HSL | 307.67º | 0.96% | 0.35% | - |
| HSV(B) | 307.67º | 0.98% | 0.69% | - |
| XYZ | 23.78 | 11.65 | 31.57 | - |
| YUV | 72.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 154 | 0 | 0.98 | 0.12 | 0.31 | 307.67 | 0.96 | 0.35 |
| Hex | B0 | 4 | 9A | 0 | 62 | C | 1F | 134 | 60 | 23 |
| Octal | 260 | 4 | 232 | 0 | 142 | 14 | 37 | 464 | 140 | 43 |
| Binary | 10110000 | 100 | 10011010 | 0 | 1100010 | 1100 | 11111 | 100110100 | 1100000 | 100011 |
Color Harmonies of #B0049A
Complementary color
Monochromatic Colors of #B0049A
Black with #B0049A
Text Example
Text Example
White with #B0049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0049A; }
p { color: rgb(176,4,154); }
H1.HeaderClassName
{
color: #B0049A;
}
.AnyTagClassName
{
color: #B0049A;
}
</style>
background-color css
<style>
a { background-color: #B0049A; }
a { background-color: rgb(176,4,154); }
div.DivClassName
{
background-color: #B0049A;
}
.BgClassName
{
background-color: #B0049A;
}
</style>
border-color css
<style>
span { border-color: #B0049A; }
span { border-color: rgb(176,4,154); }
td.TdClassName
{
border-color: #B0049A;
}
.TagClassName
{
border-color: #B0049A;
}
</style>