Shades of Medium Red Violet #BB287F
Tints of Medium Red Violet #BB287F
RGB
CMYK
RGB Variations
Color information
#BB287F (or 0xBB287F) is known color: Medium Red Violet. HEX triplet: BB, 28 and 7F. RGB value is (187,40,127). Sum of RGB (Red+Green+Blue) = 187+40+127=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB287F is #44D780. Grayscale: #5D5D5D. Windows color (decimal): -4511617 or 8333499. OLE color: 8333499.
HSL color Cylindrical-coordinate representation of color #BB287F: hue angle of 324.49º 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 #BB287F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 127 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.27 |
| HSL | 324.49º | 0.65% | 0.45% | - |
| HSV(B) | 324.49º | 0.79% | 0.73% | - |
| XYZ | 25.08 | 13.61 | 21.38 | - |
| YUV | 93.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 127 | 0 | 0.79 | 0.32 | 0.27 | 324.49 | 0.65 | 0.45 |
| Hex | BB | 28 | 7F | 0 | 4F | 20 | 1B | 144 | 41 | 2D |
| Octal | 273 | 50 | 177 | 0 | 117 | 40 | 33 | 504 | 101 | 55 |
| Binary | 10111011 | 101000 | 1111111 | 0 | 1001111 | 100000 | 11011 | 101000100 | 1000001 | 101101 |
Color Harmonies of #BB287F
Complementary color
Monochromatic Colors of #BB287F
Black with #BB287F
Text Example
Text Example
White with #BB287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB287F; }
p { color: rgb(187,40,127); }
H1.HeaderClassName
{
color: #BB287F;
}
.AnyTagClassName
{
color: #BB287F;
}
</style>
background-color css
<style>
a { background-color: #BB287F; }
a { background-color: rgb(187,40,127); }
div.DivClassName
{
background-color: #BB287F;
}
.BgClassName
{
background-color: #BB287F;
}
</style>
border-color css
<style>
span { border-color: #BB287F; }
span { border-color: rgb(187,40,127); }
td.TdClassName
{
border-color: #BB287F;
}
.TagClassName
{
border-color: #BB287F;
}
</style>