Shades of Medium Red Violet #BB2498
Tints of Medium Red Violet #BB2498
RGB
CMYK
RGB Variations
Color information
#BB2498 (or 0xBB2498) is known color: Medium Red Violet. HEX triplet: BB, 24 and 98. RGB value is (187,36,152). Sum of RGB (Red+Green+Blue) = 187+36+152=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2498 is #44DB67. Grayscale: #5E5E5E. Windows color (decimal): -4512616 or 9970875. OLE color: 9970875.
HSL color Cylindrical-coordinate representation of color #BB2498: hue angle of 313.91º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2498 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 152 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.27 |
| HSL | 313.91º | 0.68% | 0.44% | - |
| HSV(B) | 313.91º | 0.81% | 0.73% | - |
| XYZ | 26.79 | 14.09 | 31.01 | - |
| YUV | 94.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 152 | 0 | 0.81 | 0.19 | 0.27 | 313.91 | 0.68 | 0.44 |
| Hex | BB | 24 | 98 | 0 | 51 | 13 | 1B | 13A | 44 | 2C |
| Octal | 273 | 44 | 230 | 0 | 121 | 23 | 33 | 472 | 104 | 54 |
| Binary | 10111011 | 100100 | 10011000 | 0 | 1010001 | 10011 | 11011 | 100111010 | 1000100 | 101100 |
Color Harmonies of #BB2498
Complementary color
Monochromatic Colors of #BB2498
Black with #BB2498
Text Example
Text Example
White with #BB2498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2498; }
p { color: rgb(187,36,152); }
H1.HeaderClassName
{
color: #BB2498;
}
.AnyTagClassName
{
color: #BB2498;
}
</style>
background-color css
<style>
a { background-color: #BB2498; }
a { background-color: rgb(187,36,152); }
div.DivClassName
{
background-color: #BB2498;
}
.BgClassName
{
background-color: #BB2498;
}
</style>
border-color css
<style>
span { border-color: #BB2498; }
span { border-color: rgb(187,36,152); }
td.TdClassName
{
border-color: #BB2498;
}
.TagClassName
{
border-color: #BB2498;
}
</style>