Shades of Medium Violet Red #B0047B
Tints of Medium Violet Red #B0047B
RGB
CMYK
RGB Variations
Color information
#B0047B (or 0xB0047B) is known color: Medium Violet Red. HEX triplet: B0, 04 and 7B. RGB value is (176,4,123). Sum of RGB (Red+Green+Blue) = 176+4+123=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0047B is #4FFB84. Grayscale: #444444. Windows color (decimal): -5241733 or 8062128. OLE color: 8062128.
HSL color Cylindrical-coordinate representation of color #B0047B: hue angle of 318.49º 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 #B0047B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.31 |
| HSL | 318.49º | 0.96% | 0.35% | - |
| HSV(B) | 318.49º | 0.98% | 0.69% | - |
| XYZ | 21.52 | 10.75 | 19.68 | - |
| YUV | 68.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 123 | 0 | 0.98 | 0.30 | 0.31 | 318.49 | 0.96 | 0.35 |
| Hex | B0 | 4 | 7B | 0 | 62 | 1E | 1F | 13E | 60 | 23 |
| Octal | 260 | 4 | 173 | 0 | 142 | 36 | 37 | 476 | 140 | 43 |
| Binary | 10110000 | 100 | 1111011 | 0 | 1100010 | 11110 | 11111 | 100111110 | 1100000 | 100011 |
Color Harmonies of #B0047B
Complementary color
Monochromatic Colors of #B0047B
Black with #B0047B
Text Example
Text Example
White with #B0047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0047B; }
p { color: rgb(176,4,123); }
H1.HeaderClassName
{
color: #B0047B;
}
.AnyTagClassName
{
color: #B0047B;
}
</style>
background-color css
<style>
a { background-color: #B0047B; }
a { background-color: rgb(176,4,123); }
div.DivClassName
{
background-color: #B0047B;
}
.BgClassName
{
background-color: #B0047B;
}
</style>
border-color css
<style>
span { border-color: #B0047B; }
span { border-color: rgb(176,4,123); }
td.TdClassName
{
border-color: #B0047B;
}
.TagClassName
{
border-color: #B0047B;
}
</style>