Shades of Medium Violet Red #BB168B
Tints of Medium Violet Red #BB168B
RGB
CMYK
RGB Variations
Color information
#BB168B (or 0xBB168B) is known color: Medium Violet Red. HEX triplet: BB, 16 and 8B. RGB value is (187,22,139). Sum of RGB (Red+Green+Blue) = 187+22+139=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168B is #44E974. Grayscale: #545454. Windows color (decimal): -4516213 or 9115323. OLE color: 9115323.
HSL color Cylindrical-coordinate representation of color #BB168B: hue angle of 317.45º 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 #BB168B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 139 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.27 |
| HSL | 317.45º | 0.79% | 0.41% | - |
| HSV(B) | 317.45º | 0.88% | 0.73% | - |
| XYZ | 25.44 | 13 | 25.6 | - |
| YUV | 84.67 | 158.66 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 139 | 0 | 0.88 | 0.26 | 0.27 | 317.45 | 0.79 | 0.41 |
| Hex | BB | 16 | 8B | 0 | 58 | 1A | 1B | 13D | 4F | 29 |
| Octal | 273 | 26 | 213 | 0 | 130 | 32 | 33 | 475 | 117 | 51 |
| Binary | 10111011 | 10110 | 10001011 | 0 | 1011000 | 11010 | 11011 | 100111101 | 1001111 | 101001 |
Color Harmonies of #BB168B
Complementary color
Monochromatic Colors of #BB168B
Black with #BB168B
Text Example
Text Example
White with #BB168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB168B; }
p { color: rgb(187,22,139); }
H1.HeaderClassName
{
color: #BB168B;
}
.AnyTagClassName
{
color: #BB168B;
}
</style>
background-color css
<style>
a { background-color: #BB168B; }
a { background-color: rgb(187,22,139); }
div.DivClassName
{
background-color: #BB168B;
}
.BgClassName
{
background-color: #BB168B;
}
</style>
border-color css
<style>
span { border-color: #BB168B; }
span { border-color: rgb(187,22,139); }
td.TdClassName
{
border-color: #BB168B;
}
.TagClassName
{
border-color: #BB168B;
}
</style>