Shades of Medium Violet Red #BB0997
Tints of Medium Violet Red #BB0997
RGB
CMYK
RGB Variations
Color information
#BB0997 (or 0xBB0997) is known color: Medium Violet Red. HEX triplet: BB, 09 and 97. RGB value is (187,9,151). Sum of RGB (Red+Green+Blue) = 187+9+151=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0997 is #44F668. Grayscale: #4E4E4E. Windows color (decimal): -4519529 or 9898427. OLE color: 9898427.
HSL color Cylindrical-coordinate representation of color #BB0997: hue angle of 312.13º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0997 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.27 |
| HSL | 312.13º | 0.91% | 0.38% | - |
| HSV(B) | 312.13º | 0.95% | 0.73% | - |
| XYZ | 26.18 | 12.99 | 30.41 | - |
| YUV | 78.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 151 | 0 | 0.95 | 0.19 | 0.27 | 312.13 | 0.91 | 0.38 |
| Hex | BB | 9 | 97 | 0 | 5F | 13 | 1B | 138 | 5B | 26 |
| Octal | 273 | 11 | 227 | 0 | 137 | 23 | 33 | 470 | 133 | 46 |
| Binary | 10111011 | 1001 | 10010111 | 0 | 1011111 | 10011 | 11011 | 100111000 | 1011011 | 100110 |
Color Harmonies of #BB0997
Complementary color
Monochromatic Colors of #BB0997
Black with #BB0997
Text Example
Text Example
White with #BB0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0997; }
p { color: rgb(187,9,151); }
H1.HeaderClassName
{
color: #BB0997;
}
.AnyTagClassName
{
color: #BB0997;
}
</style>
background-color css
<style>
a { background-color: #BB0997; }
a { background-color: rgb(187,9,151); }
div.DivClassName
{
background-color: #BB0997;
}
.BgClassName
{
background-color: #BB0997;
}
</style>
border-color css
<style>
span { border-color: #BB0997; }
span { border-color: rgb(187,9,151); }
td.TdClassName
{
border-color: #BB0997;
}
.TagClassName
{
border-color: #BB0997;
}
</style>