Shades of Medium Violet Red #BB1097
Tints of Medium Violet Red #BB1097
RGB
CMYK
RGB Variations
Color information
#BB1097 (or 0xBB1097) is known color: Medium Violet Red. HEX triplet: BB, 10 and 97. RGB value is (187,16,151). Sum of RGB (Red+Green+Blue) = 187+16+151=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1097 is #44EF68. Grayscale: #525252. Windows color (decimal): -4517737 or 9900219. OLE color: 9900219.
HSL color Cylindrical-coordinate representation of color #BB1097: hue angle of 312.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1097 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 151 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.27 |
| HSL | 312.63º | 0.84% | 0.4% | - |
| HSV(B) | 312.63º | 0.91% | 0.73% | - |
| XYZ | 26.26 | 13.17 | 30.44 | - |
| YUV | 82.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 151 | 0 | 0.91 | 0.19 | 0.27 | 312.63 | 0.84 | 0.4 |
| Hex | BB | 10 | 97 | 0 | 5B | 13 | 1B | 139 | 54 | 28 |
| Octal | 273 | 20 | 227 | 0 | 133 | 23 | 33 | 471 | 124 | 50 |
| Binary | 10111011 | 10000 | 10010111 | 0 | 1011011 | 10011 | 11011 | 100111001 | 1010100 | 101000 |
Color Harmonies of #BB1097
Complementary color
Monochromatic Colors of #BB1097
Black with #BB1097
Text Example
Text Example
White with #BB1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1097; }
p { color: rgb(187,16,151); }
H1.HeaderClassName
{
color: #BB1097;
}
.AnyTagClassName
{
color: #BB1097;
}
</style>
background-color css
<style>
a { background-color: #BB1097; }
a { background-color: rgb(187,16,151); }
div.DivClassName
{
background-color: #BB1097;
}
.BgClassName
{
background-color: #BB1097;
}
</style>
border-color css
<style>
span { border-color: #BB1097; }
span { border-color: rgb(187,16,151); }
td.TdClassName
{
border-color: #BB1097;
}
.TagClassName
{
border-color: #BB1097;
}
</style>