Shades of Medium Red Violet #BB286D
Tints of Medium Red Violet #BB286D
RGB
CMYK
RGB Variations
Color information
#BB286D (or 0xBB286D) is known color: Medium Red Violet. HEX triplet: BB, 28 and 6D. RGB value is (187,40,109). Sum of RGB (Red+Green+Blue) = 187+40+109=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB286D is #44D792. Grayscale: #5B5B5B. Windows color (decimal): -4511635 or 7153851. OLE color: 7153851.
HSL color Cylindrical-coordinate representation of color #BB286D: hue angle of 331.84º 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 #BB286D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 109 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.27 |
| HSL | 331.84º | 0.65% | 0.45% | - |
| HSV(B) | 331.84º | 0.79% | 0.73% | - |
| XYZ | 24.01 | 13.19 | 15.75 | - |
| YUV | 91.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 109 | 0 | 0.79 | 0.42 | 0.27 | 331.84 | 0.65 | 0.45 |
| Hex | BB | 28 | 6D | 0 | 4F | 2A | 1B | 14C | 41 | 2D |
| Octal | 273 | 50 | 155 | 0 | 117 | 52 | 33 | 514 | 101 | 55 |
| Binary | 10111011 | 101000 | 1101101 | 0 | 1001111 | 101010 | 11011 | 101001100 | 1000001 | 101101 |
Color Harmonies of #BB286D
Complementary color
Monochromatic Colors of #BB286D
Black with #BB286D
Text Example
Text Example
White with #BB286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB286D; }
p { color: rgb(187,40,109); }
H1.HeaderClassName
{
color: #BB286D;
}
.AnyTagClassName
{
color: #BB286D;
}
</style>
background-color css
<style>
a { background-color: #BB286D; }
a { background-color: rgb(187,40,109); }
div.DivClassName
{
background-color: #BB286D;
}
.BgClassName
{
background-color: #BB286D;
}
</style>
border-color css
<style>
span { border-color: #BB286D; }
span { border-color: rgb(187,40,109); }
td.TdClassName
{
border-color: #BB286D;
}
.TagClassName
{
border-color: #BB286D;
}
</style>