Shades of Medium Red Violet #BB286F
Tints of Medium Red Violet #BB286F
RGB
CMYK
RGB Variations
Color information
#BB286F (or 0xBB286F) is known color: Medium Red Violet. HEX triplet: BB, 28 and 6F. RGB value is (187,40,111). Sum of RGB (Red+Green+Blue) = 187+40+111=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB286F is #44D790. Grayscale: #5B5B5B. Windows color (decimal): -4511633 or 7284923. OLE color: 7284923.
HSL color Cylindrical-coordinate representation of color #BB286F: hue angle of 331.02º 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 #BB286F is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 111 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.27 |
| HSL | 331.02º | 0.65% | 0.45% | - |
| HSV(B) | 331.02º | 0.79% | 0.73% | - |
| XYZ | 24.12 | 13.23 | 16.32 | - |
| YUV | 92.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 111 | 0 | 0.79 | 0.41 | 0.27 | 331.02 | 0.65 | 0.45 |
| Hex | BB | 28 | 6F | 0 | 4F | 29 | 1B | 14B | 41 | 2D |
| Octal | 273 | 50 | 157 | 0 | 117 | 51 | 33 | 513 | 101 | 55 |
| Binary | 10111011 | 101000 | 1101111 | 0 | 1001111 | 101001 | 11011 | 101001011 | 1000001 | 101101 |
Color Harmonies of #BB286F
Complementary color
Monochromatic Colors of #BB286F
Black with #BB286F
Text Example
Text Example
White with #BB286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB286F; }
p { color: rgb(187,40,111); }
H1.HeaderClassName
{
color: #BB286F;
}
.AnyTagClassName
{
color: #BB286F;
}
</style>
background-color css
<style>
a { background-color: #BB286F; }
a { background-color: rgb(187,40,111); }
div.DivClassName
{
background-color: #BB286F;
}
.BgClassName
{
background-color: #BB286F;
}
</style>
border-color css
<style>
span { border-color: #BB286F; }
span { border-color: rgb(187,40,111); }
td.TdClassName
{
border-color: #BB286F;
}
.TagClassName
{
border-color: #BB286F;
}
</style>