Shades of Medium Violet Red #BB047F
Tints of Medium Violet Red #BB047F
RGB
CMYK
RGB Variations
Color information
#BB047F (or 0xBB047F) is known color: Medium Violet Red. HEX triplet: BB, 04 and 7F. RGB value is (187,4,127). Sum of RGB (Red+Green+Blue) = 187+4+127=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB047F is #44FB80. Grayscale: #484848. Windows color (decimal): -4520833 or 8324283. OLE color: 8324283.
HSL color Cylindrical-coordinate representation of color #BB047F: hue angle of 319.67º 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 #BB047F is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.27 |
| HSL | 319.67º | 0.96% | 0.37% | - |
| HSV(B) | 319.67º | 0.98% | 0.73% | - |
| XYZ | 24.37 | 12.18 | 21.15 | - |
| YUV | 72.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 127 | 0 | 0.98 | 0.32 | 0.27 | 319.67 | 0.96 | 0.37 |
| Hex | BB | 4 | 7F | 0 | 62 | 20 | 1B | 140 | 60 | 25 |
| Octal | 273 | 4 | 177 | 0 | 142 | 40 | 33 | 500 | 140 | 45 |
| Binary | 10111011 | 100 | 1111111 | 0 | 1100010 | 100000 | 11011 | 101000000 | 1100000 | 100101 |
Color Harmonies of #BB047F
Complementary color
Monochromatic Colors of #BB047F
Black with #BB047F
Text Example
Text Example
White with #BB047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB047F; }
p { color: rgb(187,4,127); }
H1.HeaderClassName
{
color: #BB047F;
}
.AnyTagClassName
{
color: #BB047F;
}
</style>
background-color css
<style>
a { background-color: #BB047F; }
a { background-color: rgb(187,4,127); }
div.DivClassName
{
background-color: #BB047F;
}
.BgClassName
{
background-color: #BB047F;
}
</style>
border-color css
<style>
span { border-color: #BB047F; }
span { border-color: rgb(187,4,127); }
td.TdClassName
{
border-color: #BB047F;
}
.TagClassName
{
border-color: #BB047F;
}
</style>