Shades of Medium Red Violet #BB2599
Tints of Medium Red Violet #BB2599
RGB
CMYK
RGB Variations
Color information
#BB2599 (or 0xBB2599) is known color: Medium Red Violet. HEX triplet: BB, 25 and 99. RGB value is (187,37,153). Sum of RGB (Red+Green+Blue) = 187+37+153=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2599 is #44DA66. Grayscale: #5E5E5E. Windows color (decimal): -4512359 or 10036667. OLE color: 10036667.
HSL color Cylindrical-coordinate representation of color #BB2599: hue angle of 313.6º 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 #BB2599 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 153 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.27 |
| HSL | 313.6º | 0.67% | 0.44% | - |
| HSV(B) | 313.6º | 0.8% | 0.73% | - |
| XYZ | 26.9 | 14.19 | 31.46 | - |
| YUV | 95.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 153 | 0 | 0.80 | 0.18 | 0.27 | 313.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 99 | 0 | 50 | 12 | 1B | 13A | 43 | 2C |
| Octal | 273 | 45 | 231 | 0 | 120 | 22 | 33 | 472 | 103 | 54 |
| Binary | 10111011 | 100101 | 10011001 | 0 | 1010000 | 10010 | 11011 | 100111010 | 1000011 | 101100 |
Color Harmonies of #BB2599
Complementary color
Monochromatic Colors of #BB2599
Black with #BB2599
Text Example
Text Example
White with #BB2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2599; }
p { color: rgb(187,37,153); }
H1.HeaderClassName
{
color: #BB2599;
}
.AnyTagClassName
{
color: #BB2599;
}
</style>
background-color css
<style>
a { background-color: #BB2599; }
a { background-color: rgb(187,37,153); }
div.DivClassName
{
background-color: #BB2599;
}
.BgClassName
{
background-color: #BB2599;
}
</style>
border-color css
<style>
span { border-color: #BB2599; }
span { border-color: rgb(187,37,153); }
td.TdClassName
{
border-color: #BB2599;
}
.TagClassName
{
border-color: #BB2599;
}
</style>