Shades of Medium Violet Red #BB058D
Tints of Medium Violet Red #BB058D
RGB
CMYK
RGB Variations
Color information
#BB058D (or 0xBB058D) is known color: Medium Violet Red. HEX triplet: BB, 05 and 8D. RGB value is (187,5,141). Sum of RGB (Red+Green+Blue) = 187+5+141=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB058D is #44FA72. Grayscale: #4A4A4A. Windows color (decimal): -4520563 or 9242043. OLE color: 9242043.
HSL color Cylindrical-coordinate representation of color #BB058D: hue angle of 315.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB058D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.27 |
| HSL | 315.16º | 0.95% | 0.38% | - |
| HSV(B) | 315.16º | 0.97% | 0.73% | - |
| XYZ | 25.36 | 12.6 | 26.29 | - |
| YUV | 74.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 141 | 0 | 0.97 | 0.25 | 0.27 | 315.16 | 0.95 | 0.38 |
| Hex | BB | 5 | 8D | 0 | 61 | 19 | 1B | 13B | 5F | 26 |
| Octal | 273 | 5 | 215 | 0 | 141 | 31 | 33 | 473 | 137 | 46 |
| Binary | 10111011 | 101 | 10001101 | 0 | 1100001 | 11001 | 11011 | 100111011 | 1011111 | 100110 |
Color Harmonies of #BB058D
Complementary color
Monochromatic Colors of #BB058D
Black with #BB058D
Text Example
Text Example
White with #BB058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB058D; }
p { color: rgb(187,5,141); }
H1.HeaderClassName
{
color: #BB058D;
}
.AnyTagClassName
{
color: #BB058D;
}
</style>
background-color css
<style>
a { background-color: #BB058D; }
a { background-color: rgb(187,5,141); }
div.DivClassName
{
background-color: #BB058D;
}
.BgClassName
{
background-color: #BB058D;
}
</style>
border-color css
<style>
span { border-color: #BB058D; }
span { border-color: rgb(187,5,141); }
td.TdClassName
{
border-color: #BB058D;
}
.TagClassName
{
border-color: #BB058D;
}
</style>