Shades of Medium Violet Red #BB059A
Tints of Medium Violet Red #BB059A
RGB
CMYK
RGB Variations
Color information
#BB059A (or 0xBB059A) is known color: Medium Violet Red. HEX triplet: BB, 05 and 9A. RGB value is (187,5,154). Sum of RGB (Red+Green+Blue) = 187+5+154=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB059A is #44FA65. Grayscale: #4B4B4B. Windows color (decimal): -4520550 or 10094011. OLE color: 10094011.
HSL color Cylindrical-coordinate representation of color #BB059A: hue angle of 310.88º 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 #BB059A is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.27 |
| HSL | 310.88º | 0.95% | 0.38% | - |
| HSV(B) | 310.88º | 0.97% | 0.73% | - |
| XYZ | 26.38 | 13.01 | 31.69 | - |
| YUV | 76.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 154 | 0 | 0.97 | 0.18 | 0.27 | 310.88 | 0.95 | 0.38 |
| Hex | BB | 5 | 9A | 0 | 61 | 12 | 1B | 137 | 5F | 26 |
| Octal | 273 | 5 | 232 | 0 | 141 | 22 | 33 | 467 | 137 | 46 |
| Binary | 10111011 | 101 | 10011010 | 0 | 1100001 | 10010 | 11011 | 100110111 | 1011111 | 100110 |
Color Harmonies of #BB059A
Complementary color
Monochromatic Colors of #BB059A
Black with #BB059A
Text Example
Text Example
White with #BB059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB059A; }
p { color: rgb(187,5,154); }
H1.HeaderClassName
{
color: #BB059A;
}
.AnyTagClassName
{
color: #BB059A;
}
</style>
background-color css
<style>
a { background-color: #BB059A; }
a { background-color: rgb(187,5,154); }
div.DivClassName
{
background-color: #BB059A;
}
.BgClassName
{
background-color: #BB059A;
}
</style>
border-color css
<style>
span { border-color: #BB059A; }
span { border-color: rgb(187,5,154); }
td.TdClassName
{
border-color: #BB059A;
}
.TagClassName
{
border-color: #BB059A;
}
</style>