Shades of Medium Red Violet #BB2698
Tints of Medium Red Violet #BB2698
RGB
CMYK
RGB Variations
Color information
#BB2698 (or 0xBB2698) is known color: Medium Red Violet. HEX triplet: BB, 26 and 98. RGB value is (187,38,152). Sum of RGB (Red+Green+Blue) = 187+38+152=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2698 is #44D967. Grayscale: #5F5F5F. Windows color (decimal): -4512104 or 9971387. OLE color: 9971387.
HSL color Cylindrical-coordinate representation of color #BB2698: hue angle of 314.09º 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 #BB2698 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 152 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.27 |
| HSL | 314.09º | 0.66% | 0.44% | - |
| HSV(B) | 314.09º | 0.8% | 0.73% | - |
| XYZ | 26.85 | 14.22 | 31.03 | - |
| YUV | 95.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 152 | 0 | 0.80 | 0.19 | 0.27 | 314.09 | 0.66 | 0.44 |
| Hex | BB | 26 | 98 | 0 | 50 | 13 | 1B | 13A | 42 | 2C |
| Octal | 273 | 46 | 230 | 0 | 120 | 23 | 33 | 472 | 102 | 54 |
| Binary | 10111011 | 100110 | 10011000 | 0 | 1010000 | 10011 | 11011 | 100111010 | 1000010 | 101100 |
Color Harmonies of #BB2698
Complementary color
Monochromatic Colors of #BB2698
Black with #BB2698
Text Example
Text Example
White with #BB2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2698; }
p { color: rgb(187,38,152); }
H1.HeaderClassName
{
color: #BB2698;
}
.AnyTagClassName
{
color: #BB2698;
}
</style>
background-color css
<style>
a { background-color: #BB2698; }
a { background-color: rgb(187,38,152); }
div.DivClassName
{
background-color: #BB2698;
}
.BgClassName
{
background-color: #BB2698;
}
</style>
border-color css
<style>
span { border-color: #BB2698; }
span { border-color: rgb(187,38,152); }
td.TdClassName
{
border-color: #BB2698;
}
.TagClassName
{
border-color: #BB2698;
}
</style>