Shades of Medium Violet Red #BB047A
Tints of Medium Violet Red #BB047A
RGB
CMYK
RGB Variations
Color information
#BB047A (or 0xBB047A) is known color: Medium Violet Red. HEX triplet: BB, 04 and 7A. RGB value is (187,4,122). Sum of RGB (Red+Green+Blue) = 187+4+122=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB047A is #44FB85. Grayscale: #474747. Windows color (decimal): -4520838 or 7996603. OLE color: 7996603.
HSL color Cylindrical-coordinate representation of color #BB047A: hue angle of 321.31º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB047A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.27 |
| HSL | 321.31º | 0.96% | 0.37% | - |
| HSV(B) | 321.31º | 0.98% | 0.73% | - |
| XYZ | 24.05 | 12.06 | 19.47 | - |
| YUV | 72.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 122 | 0 | 0.98 | 0.35 | 0.27 | 321.31 | 0.96 | 0.37 |
| Hex | BB | 4 | 7A | 0 | 62 | 23 | 1B | 141 | 60 | 25 |
| Octal | 273 | 4 | 172 | 0 | 142 | 43 | 33 | 501 | 140 | 45 |
| Binary | 10111011 | 100 | 1111010 | 0 | 1100010 | 100011 | 11011 | 101000001 | 1100000 | 100101 |
Color Harmonies of #BB047A
Complementary color
Monochromatic Colors of #BB047A
Black with #BB047A
Text Example
Text Example
White with #BB047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB047A; }
p { color: rgb(187,4,122); }
H1.HeaderClassName
{
color: #BB047A;
}
.AnyTagClassName
{
color: #BB047A;
}
</style>
background-color css
<style>
a { background-color: #BB047A; }
a { background-color: rgb(187,4,122); }
div.DivClassName
{
background-color: #BB047A;
}
.BgClassName
{
background-color: #BB047A;
}
</style>
border-color css
<style>
span { border-color: #BB047A; }
span { border-color: rgb(187,4,122); }
td.TdClassName
{
border-color: #BB047A;
}
.TagClassName
{
border-color: #BB047A;
}
</style>