Shades of Medium Red Violet #BB3186
Tints of Medium Red Violet #BB3186
RGB
CMYK
RGB Variations
Color information
#BB3186 (or 0xBB3186) is known color: Medium Red Violet. HEX triplet: BB, 31 and 86. RGB value is (187,49,134). Sum of RGB (Red+Green+Blue) = 187+49+134=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3186 is #44CE79. Grayscale: #636363. Windows color (decimal): -4509306 or 8794555. OLE color: 8794555.
HSL color Cylindrical-coordinate representation of color #BB3186: hue angle of 323.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3186 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 134 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.27 |
| HSL | 323.04º | 0.58% | 0.46% | - |
| HSV(B) | 323.04º | 0.74% | 0.73% | - |
| XYZ | 25.89 | 14.48 | 23.98 | - |
| YUV | 99.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 134 | 0 | 0.74 | 0.28 | 0.27 | 323.04 | 0.58 | 0.46 |
| Hex | BB | 31 | 86 | 0 | 4A | 1C | 1B | 143 | 3A | 2E |
| Octal | 273 | 61 | 206 | 0 | 112 | 34 | 33 | 503 | 72 | 56 |
| Binary | 10111011 | 110001 | 10000110 | 0 | 1001010 | 11100 | 11011 | 101000011 | 111010 | 101110 |
Color Harmonies of #BB3186
Complementary color
Monochromatic Colors of #BB3186
Black with #BB3186
Text Example
Text Example
White with #BB3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3186; }
p { color: rgb(187,49,134); }
H1.HeaderClassName
{
color: #BB3186;
}
.AnyTagClassName
{
color: #BB3186;
}
</style>
background-color css
<style>
a { background-color: #BB3186; }
a { background-color: rgb(187,49,134); }
div.DivClassName
{
background-color: #BB3186;
}
.BgClassName
{
background-color: #BB3186;
}
</style>
border-color css
<style>
span { border-color: #BB3186; }
span { border-color: rgb(187,49,134); }
td.TdClassName
{
border-color: #BB3186;
}
.TagClassName
{
border-color: #BB3186;
}
</style>