Shades of Medium Red Violet #BB2699
Tints of Medium Red Violet #BB2699
RGB
CMYK
RGB Variations
Color information
#BB2699 (or 0xBB2699) is known color: Medium Red Violet. HEX triplet: BB, 26 and 99. RGB value is (187,38,153). Sum of RGB (Red+Green+Blue) = 187+38+153=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2699 is #44D966. Grayscale: #5F5F5F. Windows color (decimal): -4512103 or 10036923. OLE color: 10036923.
HSL color Cylindrical-coordinate representation of color #BB2699: hue angle of 313.69º degrees, saturation: 0.66, 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 #BB2699 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 153 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.27 |
| HSL | 313.69º | 0.66% | 0.44% | - |
| HSV(B) | 313.69º | 0.8% | 0.73% | - |
| XYZ | 26.94 | 14.25 | 31.47 | - |
| YUV | 95.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 153 | 0 | 0.80 | 0.18 | 0.27 | 313.69 | 0.66 | 0.44 |
| Hex | BB | 26 | 99 | 0 | 50 | 12 | 1B | 13A | 42 | 2C |
| Octal | 273 | 46 | 231 | 0 | 120 | 22 | 33 | 472 | 102 | 54 |
| Binary | 10111011 | 100110 | 10011001 | 0 | 1010000 | 10010 | 11011 | 100111010 | 1000010 | 101100 |
Color Harmonies of #BB2699
Complementary color
Monochromatic Colors of #BB2699
Black with #BB2699
Text Example
Text Example
White with #BB2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2699; }
p { color: rgb(187,38,153); }
H1.HeaderClassName
{
color: #BB2699;
}
.AnyTagClassName
{
color: #BB2699;
}
</style>
background-color css
<style>
a { background-color: #BB2699; }
a { background-color: rgb(187,38,153); }
div.DivClassName
{
background-color: #BB2699;
}
.BgClassName
{
background-color: #BB2699;
}
</style>
border-color css
<style>
span { border-color: #BB2699; }
span { border-color: rgb(187,38,153); }
td.TdClassName
{
border-color: #BB2699;
}
.TagClassName
{
border-color: #BB2699;
}
</style>