Shades of Medium Violet Red #BB09A1
Tints of Medium Violet Red #BB09A1
RGB
CMYK
RGB Variations
Color information
#BB09A1 (or 0xBB09A1) is known color: Medium Violet Red. HEX triplet: BB, 09 and A1. RGB value is (187,9,161). Sum of RGB (Red+Green+Blue) = 187+9+161=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09A1 is #44F65E. Grayscale: #4F4F4F. Windows color (decimal): -4519519 or 10553787. OLE color: 10553787.
HSL color Cylindrical-coordinate representation of color #BB09A1: hue angle of 308.76º 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 #BB09A1 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.27 |
| HSL | 308.76º | 0.91% | 0.38% | - |
| HSV(B) | 308.76º | 0.95% | 0.73% | - |
| XYZ | 27.02 | 13.33 | 34.87 | - |
| YUV | 79.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 161 | 0 | 0.95 | 0.14 | 0.27 | 308.76 | 0.91 | 0.38 |
| Hex | BB | 9 | A1 | 0 | 5F | E | 1B | 135 | 5B | 26 |
| Octal | 273 | 11 | 241 | 0 | 137 | 16 | 33 | 465 | 133 | 46 |
| Binary | 10111011 | 1001 | 10100001 | 0 | 1011111 | 1110 | 11011 | 100110101 | 1011011 | 100110 |
Color Harmonies of #BB09A1
Complementary color
Monochromatic Colors of #BB09A1
Black with #BB09A1
Text Example
Text Example
White with #BB09A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09A1; }
p { color: rgb(187,9,161); }
H1.HeaderClassName
{
color: #BB09A1;
}
.AnyTagClassName
{
color: #BB09A1;
}
</style>
background-color css
<style>
a { background-color: #BB09A1; }
a { background-color: rgb(187,9,161); }
div.DivClassName
{
background-color: #BB09A1;
}
.BgClassName
{
background-color: #BB09A1;
}
</style>
border-color css
<style>
span { border-color: #BB09A1; }
span { border-color: rgb(187,9,161); }
td.TdClassName
{
border-color: #BB09A1;
}
.TagClassName
{
border-color: #BB09A1;
}
</style>