Shades of Medium Violet Red #BB166F
Tints of Medium Violet Red #BB166F
RGB
CMYK
RGB Variations
Color information
#BB166F (or 0xBB166F) is known color: Medium Violet Red. HEX triplet: BB, 16 and 6F. RGB value is (187,22,111). Sum of RGB (Red+Green+Blue) = 187+22+111=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB166F is #44E990. Grayscale: #515151. Windows color (decimal): -4516241 or 7280315. OLE color: 7280315.
HSL color Cylindrical-coordinate representation of color #BB166F: hue angle of 327.64º 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 #BB166F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 111 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.27 |
| HSL | 327.64º | 0.79% | 0.41% | - |
| HSV(B) | 327.64º | 0.88% | 0.73% | - |
| XYZ | 23.65 | 12.29 | 16.16 | - |
| YUV | 81.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 111 | 0 | 0.88 | 0.41 | 0.27 | 327.64 | 0.79 | 0.41 |
| Hex | BB | 16 | 6F | 0 | 58 | 29 | 1B | 148 | 4F | 29 |
| Octal | 273 | 26 | 157 | 0 | 130 | 51 | 33 | 510 | 117 | 51 |
| Binary | 10111011 | 10110 | 1101111 | 0 | 1011000 | 101001 | 11011 | 101001000 | 1001111 | 101001 |
Color Harmonies of #BB166F
Complementary color
Monochromatic Colors of #BB166F
Black with #BB166F
Text Example
Text Example
White with #BB166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB166F; }
p { color: rgb(187,22,111); }
H1.HeaderClassName
{
color: #BB166F;
}
.AnyTagClassName
{
color: #BB166F;
}
</style>
background-color css
<style>
a { background-color: #BB166F; }
a { background-color: rgb(187,22,111); }
div.DivClassName
{
background-color: #BB166F;
}
.BgClassName
{
background-color: #BB166F;
}
</style>
border-color css
<style>
span { border-color: #BB166F; }
span { border-color: rgb(187,22,111); }
td.TdClassName
{
border-color: #BB166F;
}
.TagClassName
{
border-color: #BB166F;
}
</style>