Shades of Medium Violet Red #B4047B
Tints of Medium Violet Red #B4047B
RGB
CMYK
RGB Variations
Color information
#B4047B (or 0xB4047B) is known color: Medium Violet Red. HEX triplet: B4, 04 and 7B. RGB value is (180,4,123). Sum of RGB (Red+Green+Blue) = 180+4+123=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4047B is #4BFB84. Grayscale: #454545. Windows color (decimal): -4979589 or 8062132. OLE color: 8062132.
HSL color Cylindrical-coordinate representation of color #B4047B: hue angle of 319.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4047B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.29 |
| HSL | 319.43º | 0.96% | 0.36% | - |
| HSV(B) | 319.43º | 0.98% | 0.71% | - |
| XYZ | 22.44 | 11.22 | 19.72 | - |
| YUV | 70.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 123 | 0 | 0.98 | 0.32 | 0.29 | 319.43 | 0.96 | 0.36 |
| Hex | B4 | 4 | 7B | 0 | 62 | 20 | 1D | 13F | 60 | 24 |
| Octal | 264 | 4 | 173 | 0 | 142 | 40 | 35 | 477 | 140 | 44 |
| Binary | 10110100 | 100 | 1111011 | 0 | 1100010 | 100000 | 11101 | 100111111 | 1100000 | 100100 |
Color Harmonies of #B4047B
Complementary color
Monochromatic Colors of #B4047B
Black with #B4047B
Text Example
Text Example
White with #B4047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4047B; }
p { color: rgb(180,4,123); }
H1.HeaderClassName
{
color: #B4047B;
}
.AnyTagClassName
{
color: #B4047B;
}
</style>
background-color css
<style>
a { background-color: #B4047B; }
a { background-color: rgb(180,4,123); }
div.DivClassName
{
background-color: #B4047B;
}
.BgClassName
{
background-color: #B4047B;
}
</style>
border-color css
<style>
span { border-color: #B4047B; }
span { border-color: rgb(180,4,123); }
td.TdClassName
{
border-color: #B4047B;
}
.TagClassName
{
border-color: #B4047B;
}
</style>