Shades of Medium Violet Red #BB069B
Tints of Medium Violet Red #BB069B
RGB
CMYK
RGB Variations
Color information
#BB069B (or 0xBB069B) is known color: Medium Violet Red. HEX triplet: BB, 06 and 9B. RGB value is (187,6,155). Sum of RGB (Red+Green+Blue) = 187+6+155=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB069B is #44F964. Grayscale: #4C4C4C. Windows color (decimal): -4520293 or 10159803. OLE color: 10159803.
HSL color Cylindrical-coordinate representation of color #BB069B: hue angle of 310.61º degrees, saturation: 0.94, 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 #BB069B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.27 |
| HSL | 310.61º | 0.94% | 0.38% | - |
| HSV(B) | 310.61º | 0.97% | 0.73% | - |
| XYZ | 26.48 | 13.06 | 32.14 | - |
| YUV | 77.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 155 | 0 | 0.97 | 0.17 | 0.27 | 310.61 | 0.94 | 0.38 |
| Hex | BB | 6 | 9B | 0 | 61 | 11 | 1B | 137 | 5E | 26 |
| Octal | 273 | 6 | 233 | 0 | 141 | 21 | 33 | 467 | 136 | 46 |
| Binary | 10111011 | 110 | 10011011 | 0 | 1100001 | 10001 | 11011 | 100110111 | 1011110 | 100110 |
Color Harmonies of #BB069B
Complementary color
Monochromatic Colors of #BB069B
Black with #BB069B
Text Example
Text Example
White with #BB069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB069B; }
p { color: rgb(187,6,155); }
H1.HeaderClassName
{
color: #BB069B;
}
.AnyTagClassName
{
color: #BB069B;
}
</style>
background-color css
<style>
a { background-color: #BB069B; }
a { background-color: rgb(187,6,155); }
div.DivClassName
{
background-color: #BB069B;
}
.BgClassName
{
background-color: #BB069B;
}
</style>
border-color css
<style>
span { border-color: #BB069B; }
span { border-color: rgb(187,6,155); }
td.TdClassName
{
border-color: #BB069B;
}
.TagClassName
{
border-color: #BB069B;
}
</style>