Shades of Medium Red Violet #BB287D
Tints of Medium Red Violet #BB287D
RGB
CMYK
RGB Variations
Color information
#BB287D (or 0xBB287D) is known color: Medium Red Violet. HEX triplet: BB, 28 and 7D. RGB value is (187,40,125). Sum of RGB (Red+Green+Blue) = 187+40+125=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB287D is #44D782. Grayscale: #5D5D5D. Windows color (decimal): -4511619 or 8202427. OLE color: 8202427.
HSL color Cylindrical-coordinate representation of color #BB287D: hue angle of 325.31º 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 #BB287D is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 125 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.27 |
| HSL | 325.31º | 0.65% | 0.45% | - |
| HSV(B) | 325.31º | 0.79% | 0.73% | - |
| XYZ | 24.95 | 13.56 | 20.7 | - |
| YUV | 93.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 125 | 0 | 0.79 | 0.33 | 0.27 | 325.31 | 0.65 | 0.45 |
| Hex | BB | 28 | 7D | 0 | 4F | 21 | 1B | 145 | 41 | 2D |
| Octal | 273 | 50 | 175 | 0 | 117 | 41 | 33 | 505 | 101 | 55 |
| Binary | 10111011 | 101000 | 1111101 | 0 | 1001111 | 100001 | 11011 | 101000101 | 1000001 | 101101 |
Color Harmonies of #BB287D
Complementary color
Monochromatic Colors of #BB287D
Black with #BB287D
Text Example
Text Example
White with #BB287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB287D; }
p { color: rgb(187,40,125); }
H1.HeaderClassName
{
color: #BB287D;
}
.AnyTagClassName
{
color: #BB287D;
}
</style>
background-color css
<style>
a { background-color: #BB287D; }
a { background-color: rgb(187,40,125); }
div.DivClassName
{
background-color: #BB287D;
}
.BgClassName
{
background-color: #BB287D;
}
</style>
border-color css
<style>
span { border-color: #BB287D; }
span { border-color: rgb(187,40,125); }
td.TdClassName
{
border-color: #BB287D;
}
.TagClassName
{
border-color: #BB287D;
}
</style>