Shades of Medium Violet Red #BB0898
Tints of Medium Violet Red #BB0898
RGB
CMYK
RGB Variations
Color information
#BB0898 (or 0xBB0898) is known color: Medium Violet Red. HEX triplet: BB, 08 and 98. RGB value is (187,8,152). Sum of RGB (Red+Green+Blue) = 187+8+152=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0898 is #44F767. Grayscale: #4D4D4D. Windows color (decimal): -4519784 or 9963707. OLE color: 9963707.
HSL color Cylindrical-coordinate representation of color #BB0898: hue angle of 311.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0898 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.27 |
| HSL | 311.73º | 0.92% | 0.38% | - |
| HSV(B) | 311.73º | 0.96% | 0.73% | - |
| XYZ | 26.25 | 13.01 | 30.83 | - |
| YUV | 77.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 152 | 0 | 0.96 | 0.19 | 0.27 | 311.73 | 0.92 | 0.38 |
| Hex | BB | 8 | 98 | 0 | 60 | 13 | 1B | 138 | 5C | 26 |
| Octal | 273 | 10 | 230 | 0 | 140 | 23 | 33 | 470 | 134 | 46 |
| Binary | 10111011 | 1000 | 10011000 | 0 | 1100000 | 10011 | 11011 | 100111000 | 1011100 | 100110 |
Color Harmonies of #BB0898
Complementary color
Monochromatic Colors of #BB0898
Black with #BB0898
Text Example
Text Example
White with #BB0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0898; }
p { color: rgb(187,8,152); }
H1.HeaderClassName
{
color: #BB0898;
}
.AnyTagClassName
{
color: #BB0898;
}
</style>
background-color css
<style>
a { background-color: #BB0898; }
a { background-color: rgb(187,8,152); }
div.DivClassName
{
background-color: #BB0898;
}
.BgClassName
{
background-color: #BB0898;
}
</style>
border-color css
<style>
span { border-color: #BB0898; }
span { border-color: rgb(187,8,152); }
td.TdClassName
{
border-color: #BB0898;
}
.TagClassName
{
border-color: #BB0898;
}
</style>