Shades of Medium Violet Red #BB048D
Tints of Medium Violet Red #BB048D
RGB
CMYK
RGB Variations
Color information
#BB048D (or 0xBB048D) is known color: Medium Violet Red. HEX triplet: BB, 04 and 8D. RGB value is (187,4,141). Sum of RGB (Red+Green+Blue) = 187+4+141=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB048D is #44FB72. Grayscale: #494949. Windows color (decimal): -4520819 or 9241787. OLE color: 9241787.
HSL color Cylindrical-coordinate representation of color #BB048D: hue angle of 315.08º 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 #BB048D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.27 |
| HSL | 315.08º | 0.96% | 0.37% | - |
| HSV(B) | 315.08º | 0.98% | 0.73% | - |
| XYZ | 25.34 | 12.57 | 26.29 | - |
| YUV | 74.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 141 | 0 | 0.98 | 0.25 | 0.27 | 315.08 | 0.96 | 0.37 |
| Hex | BB | 4 | 8D | 0 | 62 | 19 | 1B | 13B | 60 | 25 |
| Octal | 273 | 4 | 215 | 0 | 142 | 31 | 33 | 473 | 140 | 45 |
| Binary | 10111011 | 100 | 10001101 | 0 | 1100010 | 11001 | 11011 | 100111011 | 1100000 | 100101 |
Color Harmonies of #BB048D
Complementary color
Monochromatic Colors of #BB048D
Black with #BB048D
Text Example
Text Example
White with #BB048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB048D; }
p { color: rgb(187,4,141); }
H1.HeaderClassName
{
color: #BB048D;
}
.AnyTagClassName
{
color: #BB048D;
}
</style>
background-color css
<style>
a { background-color: #BB048D; }
a { background-color: rgb(187,4,141); }
div.DivClassName
{
background-color: #BB048D;
}
.BgClassName
{
background-color: #BB048D;
}
</style>
border-color css
<style>
span { border-color: #BB048D; }
span { border-color: rgb(187,4,141); }
td.TdClassName
{
border-color: #BB048D;
}
.TagClassName
{
border-color: #BB048D;
}
</style>