Shades of Medium Violet Red #BB0998
Tints of Medium Violet Red #BB0998
RGB
CMYK
RGB Variations
Color information
#BB0998 (or 0xBB0998) is known color: Medium Violet Red. HEX triplet: BB, 09 and 98. RGB value is (187,9,152). Sum of RGB (Red+Green+Blue) = 187+9+152=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0998 is #44F667. Grayscale: #4E4E4E. Windows color (decimal): -4519528 or 9963963. OLE color: 9963963.
HSL color Cylindrical-coordinate representation of color #BB0998: hue angle of 311.8º 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 #BB0998 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 152 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.27 |
| HSL | 311.8º | 0.91% | 0.38% | - |
| HSV(B) | 311.8º | 0.95% | 0.73% | - |
| XYZ | 26.26 | 13.03 | 30.84 | - |
| YUV | 78.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 152 | 0 | 0.95 | 0.19 | 0.27 | 311.8 | 0.91 | 0.38 |
| Hex | BB | 9 | 98 | 0 | 5F | 13 | 1B | 138 | 5B | 26 |
| Octal | 273 | 11 | 230 | 0 | 137 | 23 | 33 | 470 | 133 | 46 |
| Binary | 10111011 | 1001 | 10011000 | 0 | 1011111 | 10011 | 11011 | 100111000 | 1011011 | 100110 |
Color Harmonies of #BB0998
Complementary color
Monochromatic Colors of #BB0998
Black with #BB0998
Text Example
Text Example
White with #BB0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0998; }
p { color: rgb(187,9,152); }
H1.HeaderClassName
{
color: #BB0998;
}
.AnyTagClassName
{
color: #BB0998;
}
</style>
background-color css
<style>
a { background-color: #BB0998; }
a { background-color: rgb(187,9,152); }
div.DivClassName
{
background-color: #BB0998;
}
.BgClassName
{
background-color: #BB0998;
}
</style>
border-color css
<style>
span { border-color: #BB0998; }
span { border-color: rgb(187,9,152); }
td.TdClassName
{
border-color: #BB0998;
}
.TagClassName
{
border-color: #BB0998;
}
</style>