Shades of Medium Violet Red #BB0899
Tints of Medium Violet Red #BB0899
RGB
CMYK
RGB Variations
Color information
#BB0899 (or 0xBB0899) is known color: Medium Violet Red. HEX triplet: BB, 08 and 99. RGB value is (187,8,153). Sum of RGB (Red+Green+Blue) = 187+8+153=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0899 is #44F766. Grayscale: #4D4D4D. Windows color (decimal): -4519783 or 10029243. OLE color: 10029243.
HSL color Cylindrical-coordinate representation of color #BB0899: hue angle of 311.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0899 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.27 |
| HSL | 311.4º | 0.92% | 0.38% | - |
| HSV(B) | 311.4º | 0.96% | 0.73% | - |
| XYZ | 26.33 | 13.04 | 31.27 | - |
| YUV | 78.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 153 | 0 | 0.96 | 0.18 | 0.27 | 311.4 | 0.92 | 0.38 |
| Hex | BB | 8 | 99 | 0 | 60 | 12 | 1B | 137 | 5C | 26 |
| Octal | 273 | 10 | 231 | 0 | 140 | 22 | 33 | 467 | 134 | 46 |
| Binary | 10111011 | 1000 | 10011001 | 0 | 1100000 | 10010 | 11011 | 100110111 | 1011100 | 100110 |
Color Harmonies of #BB0899
Complementary color
Monochromatic Colors of #BB0899
Black with #BB0899
Text Example
Text Example
White with #BB0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0899; }
p { color: rgb(187,8,153); }
H1.HeaderClassName
{
color: #BB0899;
}
.AnyTagClassName
{
color: #BB0899;
}
</style>
background-color css
<style>
a { background-color: #BB0899; }
a { background-color: rgb(187,8,153); }
div.DivClassName
{
background-color: #BB0899;
}
.BgClassName
{
background-color: #BB0899;
}
</style>
border-color css
<style>
span { border-color: #BB0899; }
span { border-color: rgb(187,8,153); }
td.TdClassName
{
border-color: #BB0899;
}
.TagClassName
{
border-color: #BB0899;
}
</style>