Shades of Medium Red Violet #BB2589
Tints of Medium Red Violet #BB2589
RGB
CMYK
RGB Variations
Color information
#BB2589 (or 0xBB2589) is known color: Medium Red Violet. HEX triplet: BB, 25 and 89. RGB value is (187,37,137). Sum of RGB (Red+Green+Blue) = 187+37+137=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2589 is #44DA76. Grayscale: #5D5D5D. Windows color (decimal): -4512375 or 8988091. OLE color: 8988091.
HSL color Cylindrical-coordinate representation of color #BB2589: hue angle of 320º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2589 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 137 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.27 |
| HSL | 320º | 0.67% | 0.44% | - |
| HSV(B) | 320º | 0.8% | 0.73% | - |
| XYZ | 25.67 | 13.69 | 24.96 | - |
| YUV | 93.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 137 | 0 | 0.80 | 0.27 | 0.27 | 320 | 0.67 | 0.44 |
| Hex | BB | 25 | 89 | 0 | 50 | 1B | 1B | 140 | 43 | 2C |
| Octal | 273 | 45 | 211 | 0 | 120 | 33 | 33 | 500 | 103 | 54 |
| Binary | 10111011 | 100101 | 10001001 | 0 | 1010000 | 11011 | 11011 | 101000000 | 1000011 | 101100 |
Color Harmonies of #BB2589
Complementary color
Monochromatic Colors of #BB2589
Black with #BB2589
Text Example
Text Example
White with #BB2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2589; }
p { color: rgb(187,37,137); }
H1.HeaderClassName
{
color: #BB2589;
}
.AnyTagClassName
{
color: #BB2589;
}
</style>
background-color css
<style>
a { background-color: #BB2589; }
a { background-color: rgb(187,37,137); }
div.DivClassName
{
background-color: #BB2589;
}
.BgClassName
{
background-color: #BB2589;
}
</style>
border-color css
<style>
span { border-color: #BB2589; }
span { border-color: rgb(187,37,137); }
td.TdClassName
{
border-color: #BB2589;
}
.TagClassName
{
border-color: #BB2589;
}
</style>