Shades of Medium Violet Red #BB099B
Tints of Medium Violet Red #BB099B
RGB
CMYK
RGB Variations
Color information
#BB099B (or 0xBB099B) is known color: Medium Violet Red. HEX triplet: BB, 09 and 9B. RGB value is (187,9,155). Sum of RGB (Red+Green+Blue) = 187+9+155=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB099B is #44F664. Grayscale: #4E4E4E. Windows color (decimal): -4519525 or 10160571. OLE color: 10160571.
HSL color Cylindrical-coordinate representation of color #BB099B: hue angle of 310.79º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB099B is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.27 |
| HSL | 310.79º | 0.91% | 0.38% | - |
| HSV(B) | 310.79º | 0.95% | 0.73% | - |
| XYZ | 26.51 | 13.13 | 32.15 | - |
| YUV | 78.87 | 170.97 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 155 | 0 | 0.95 | 0.17 | 0.27 | 310.79 | 0.91 | 0.38 |
| Hex | BB | 9 | 9B | 0 | 5F | 11 | 1B | 137 | 5B | 26 |
| Octal | 273 | 11 | 233 | 0 | 137 | 21 | 33 | 467 | 133 | 46 |
| Binary | 10111011 | 1001 | 10011011 | 0 | 1011111 | 10001 | 11011 | 100110111 | 1011011 | 100110 |
Color Harmonies of #BB099B
Complementary color
Monochromatic Colors of #BB099B
Black with #BB099B
Text Example
Text Example
White with #BB099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB099B; }
p { color: rgb(187,9,155); }
H1.HeaderClassName
{
color: #BB099B;
}
.AnyTagClassName
{
color: #BB099B;
}
</style>
background-color css
<style>
a { background-color: #BB099B; }
a { background-color: rgb(187,9,155); }
div.DivClassName
{
background-color: #BB099B;
}
.BgClassName
{
background-color: #BB099B;
}
</style>
border-color css
<style>
span { border-color: #BB099B; }
span { border-color: rgb(187,9,155); }
td.TdClassName
{
border-color: #BB099B;
}
.TagClassName
{
border-color: #BB099B;
}
</style>