Shades of Medium Violet Red #BB059C
Tints of Medium Violet Red #BB059C
RGB
CMYK
RGB Variations
Color information
#BB059C (or 0xBB059C) is known color: Medium Violet Red. HEX triplet: BB, 05 and 9C. RGB value is (187,5,156). Sum of RGB (Red+Green+Blue) = 187+5+156=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB059C is #44FA63. Grayscale: #4C4C4C. Windows color (decimal): -4520548 or 10225083. OLE color: 10225083.
HSL color Cylindrical-coordinate representation of color #BB059C: hue angle of 310.22º 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 #BB059C is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.27 |
| HSL | 310.22º | 0.95% | 0.38% | - |
| HSV(B) | 310.22º | 0.97% | 0.73% | - |
| XYZ | 26.55 | 13.07 | 32.58 | - |
| YUV | 76.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 156 | 0 | 0.97 | 0.17 | 0.27 | 310.22 | 0.95 | 0.38 |
| Hex | BB | 5 | 9C | 0 | 61 | 11 | 1B | 136 | 5F | 26 |
| Octal | 273 | 5 | 234 | 0 | 141 | 21 | 33 | 466 | 137 | 46 |
| Binary | 10111011 | 101 | 10011100 | 0 | 1100001 | 10001 | 11011 | 100110110 | 1011111 | 100110 |
Color Harmonies of #BB059C
Complementary color
Monochromatic Colors of #BB059C
Black with #BB059C
Text Example
Text Example
White with #BB059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB059C; }
p { color: rgb(187,5,156); }
H1.HeaderClassName
{
color: #BB059C;
}
.AnyTagClassName
{
color: #BB059C;
}
</style>
background-color css
<style>
a { background-color: #BB059C; }
a { background-color: rgb(187,5,156); }
div.DivClassName
{
background-color: #BB059C;
}
.BgClassName
{
background-color: #BB059C;
}
</style>
border-color css
<style>
span { border-color: #BB059C; }
span { border-color: rgb(187,5,156); }
td.TdClassName
{
border-color: #BB059C;
}
.TagClassName
{
border-color: #BB059C;
}
</style>