Shades of Medium Red Violet #BB288C
Tints of Medium Red Violet #BB288C
RGB
CMYK
RGB Variations
Color information
#BB288C (or 0xBB288C) is known color: Medium Red Violet. HEX triplet: BB, 28 and 8C. RGB value is (187,40,140). Sum of RGB (Red+Green+Blue) = 187+40+140=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB288C is #44D773. Grayscale: #5F5F5F. Windows color (decimal): -4511604 or 9185467. OLE color: 9185467.
HSL color Cylindrical-coordinate representation of color #BB288C: hue angle of 319.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB288C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 140 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.27 |
| HSL | 319.18º | 0.65% | 0.45% | - |
| HSV(B) | 319.18º | 0.79% | 0.73% | - |
| XYZ | 25.99 | 13.98 | 26.14 | - |
| YUV | 95.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 140 | 0 | 0.79 | 0.25 | 0.27 | 319.18 | 0.65 | 0.45 |
| Hex | BB | 28 | 8C | 0 | 4F | 19 | 1B | 13F | 41 | 2D |
| Octal | 273 | 50 | 214 | 0 | 117 | 31 | 33 | 477 | 101 | 55 |
| Binary | 10111011 | 101000 | 10001100 | 0 | 1001111 | 11001 | 11011 | 100111111 | 1000001 | 101101 |
Color Harmonies of #BB288C
Complementary color
Monochromatic Colors of #BB288C
Black with #BB288C
Text Example
Text Example
White with #BB288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB288C; }
p { color: rgb(187,40,140); }
H1.HeaderClassName
{
color: #BB288C;
}
.AnyTagClassName
{
color: #BB288C;
}
</style>
background-color css
<style>
a { background-color: #BB288C; }
a { background-color: rgb(187,40,140); }
div.DivClassName
{
background-color: #BB288C;
}
.BgClassName
{
background-color: #BB288C;
}
</style>
border-color css
<style>
span { border-color: #BB288C; }
span { border-color: rgb(187,40,140); }
td.TdClassName
{
border-color: #BB288C;
}
.TagClassName
{
border-color: #BB288C;
}
</style>