Shades of Medium Violet Red #BB169C
Tints of Medium Violet Red #BB169C
RGB
CMYK
RGB Variations
Color information
#BB169C (or 0xBB169C) is known color: Medium Violet Red. HEX triplet: BB, 16 and 9C. RGB value is (187,22,156). Sum of RGB (Red+Green+Blue) = 187+22+156=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB169C is #44E963. Grayscale: #565656. Windows color (decimal): -4516196 or 10229435. OLE color: 10229435.
HSL color Cylindrical-coordinate representation of color #BB169C: hue angle of 311.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB169C is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 156 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.27 |
| HSL | 311.27º | 0.79% | 0.41% | - |
| HSV(B) | 311.27º | 0.88% | 0.73% | - |
| XYZ | 26.78 | 13.54 | 32.65 | - |
| YUV | 86.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 156 | 0 | 0.88 | 0.17 | 0.27 | 311.27 | 0.79 | 0.41 |
| Hex | BB | 16 | 9C | 0 | 58 | 11 | 1B | 137 | 4F | 29 |
| Octal | 273 | 26 | 234 | 0 | 130 | 21 | 33 | 467 | 117 | 51 |
| Binary | 10111011 | 10110 | 10011100 | 0 | 1011000 | 10001 | 11011 | 100110111 | 1001111 | 101001 |
Color Harmonies of #BB169C
Complementary color
Monochromatic Colors of #BB169C
Black with #BB169C
Text Example
Text Example
White with #BB169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB169C; }
p { color: rgb(187,22,156); }
H1.HeaderClassName
{
color: #BB169C;
}
.AnyTagClassName
{
color: #BB169C;
}
</style>
background-color css
<style>
a { background-color: #BB169C; }
a { background-color: rgb(187,22,156); }
div.DivClassName
{
background-color: #BB169C;
}
.BgClassName
{
background-color: #BB169C;
}
</style>
border-color css
<style>
span { border-color: #BB169C; }
span { border-color: rgb(187,22,156); }
td.TdClassName
{
border-color: #BB169C;
}
.TagClassName
{
border-color: #BB169C;
}
</style>