Shades of Medium Red Violet #BB3F89
Tints of Medium Red Violet #BB3F89
RGB
CMYK
RGB Variations
Color information
#BB3F89 (or 0xBB3F89) is known color: Medium Red Violet. HEX triplet: BB, 3F and 89. RGB value is (187,63,137). Sum of RGB (Red+Green+Blue) = 187+63+137=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F89 is #44C076. Grayscale: #6C6C6C. Windows color (decimal): -4505719 or 8994747. OLE color: 8994747.
HSL color Cylindrical-coordinate representation of color #BB3F89: hue angle of 324.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F89 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 137 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.27 |
| HSL | 324.19º | 0.5% | 0.49% | - |
| HSV(B) | 324.19º | 0.66% | 0.73% | - |
| XYZ | 26.79 | 15.93 | 25.33 | - |
| YUV | 108.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 137 | 0 | 0.66 | 0.27 | 0.27 | 324.19 | 0.5 | 0.49 |
| Hex | BB | 3F | 89 | 0 | 42 | 1B | 1B | 144 | 32 | 31 |
| Octal | 273 | 77 | 211 | 0 | 102 | 33 | 33 | 504 | 62 | 61 |
| Binary | 10111011 | 111111 | 10001001 | 0 | 1000010 | 11011 | 11011 | 101000100 | 110010 | 110001 |
Color Harmonies of #BB3F89
Complementary color
Monochromatic Colors of #BB3F89
Black with #BB3F89
Text Example
Text Example
White with #BB3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F89; }
p { color: rgb(187,63,137); }
H1.HeaderClassName
{
color: #BB3F89;
}
.AnyTagClassName
{
color: #BB3F89;
}
</style>
background-color css
<style>
a { background-color: #BB3F89; }
a { background-color: rgb(187,63,137); }
div.DivClassName
{
background-color: #BB3F89;
}
.BgClassName
{
background-color: #BB3F89;
}
</style>
border-color css
<style>
span { border-color: #BB3F89; }
span { border-color: rgb(187,63,137); }
td.TdClassName
{
border-color: #BB3F89;
}
.TagClassName
{
border-color: #BB3F89;
}
</style>