Shades of Medium Violet Red #BB098F
Tints of Medium Violet Red #BB098F
RGB
CMYK
RGB Variations
Color information
#BB098F (or 0xBB098F) is known color: Medium Violet Red. HEX triplet: BB, 09 and 8F. RGB value is (187,9,143). Sum of RGB (Red+Green+Blue) = 187+9+143=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB098F is #44F670. Grayscale: #4D4D4D. Windows color (decimal): -4519537 or 9374139. OLE color: 9374139.
HSL color Cylindrical-coordinate representation of color #BB098F: hue angle of 314.83º 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 #BB098F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 143 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.27 |
| HSL | 314.83º | 0.91% | 0.38% | - |
| HSV(B) | 314.83º | 0.95% | 0.73% | - |
| XYZ | 25.55 | 12.74 | 27.1 | - |
| YUV | 77.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 143 | 0 | 0.95 | 0.24 | 0.27 | 314.83 | 0.91 | 0.38 |
| Hex | BB | 9 | 8F | 0 | 5F | 18 | 1B | 13B | 5B | 26 |
| Octal | 273 | 11 | 217 | 0 | 137 | 30 | 33 | 473 | 133 | 46 |
| Binary | 10111011 | 1001 | 10001111 | 0 | 1011111 | 11000 | 11011 | 100111011 | 1011011 | 100110 |
Color Harmonies of #BB098F
Complementary color
Monochromatic Colors of #BB098F
Black with #BB098F
Text Example
Text Example
White with #BB098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB098F; }
p { color: rgb(187,9,143); }
H1.HeaderClassName
{
color: #BB098F;
}
.AnyTagClassName
{
color: #BB098F;
}
</style>
background-color css
<style>
a { background-color: #BB098F; }
a { background-color: rgb(187,9,143); }
div.DivClassName
{
background-color: #BB098F;
}
.BgClassName
{
background-color: #BB098F;
}
</style>
border-color css
<style>
span { border-color: #BB098F; }
span { border-color: rgb(187,9,143); }
td.TdClassName
{
border-color: #BB098F;
}
.TagClassName
{
border-color: #BB098F;
}
</style>