Shades of Medium Violet Red #BB1E8C
Tints of Medium Violet Red #BB1E8C
RGB
CMYK
RGB Variations
Color information
#BB1E8C (or 0xBB1E8C) is known color: Medium Violet Red. HEX triplet: BB, 1E and 8C. RGB value is (187,30,140). Sum of RGB (Red+Green+Blue) = 187+30+140=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E8C is #44E173. Grayscale: #595959. Windows color (decimal): -4514164 or 9182907. OLE color: 9182907.
HSL color Cylindrical-coordinate representation of color #BB1E8C: hue angle of 317.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E8C is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 140 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.27 |
| HSL | 317.96º | 0.72% | 0.43% | - |
| HSV(B) | 317.96º | 0.84% | 0.73% | - |
| XYZ | 25.69 | 13.39 | 26.04 | - |
| YUV | 89.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 140 | 0 | 0.84 | 0.25 | 0.27 | 317.96 | 0.72 | 0.43 |
| Hex | BB | 1E | 8C | 0 | 54 | 19 | 1B | 13E | 48 | 2B |
| Octal | 273 | 36 | 214 | 0 | 124 | 31 | 33 | 476 | 110 | 53 |
| Binary | 10111011 | 11110 | 10001100 | 0 | 1010100 | 11001 | 11011 | 100111110 | 1001000 | 101011 |
Color Harmonies of #BB1E8C
Complementary color
Monochromatic Colors of #BB1E8C
Black with #BB1E8C
Text Example
Text Example
White with #BB1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E8C; }
p { color: rgb(187,30,140); }
H1.HeaderClassName
{
color: #BB1E8C;
}
.AnyTagClassName
{
color: #BB1E8C;
}
</style>
background-color css
<style>
a { background-color: #BB1E8C; }
a { background-color: rgb(187,30,140); }
div.DivClassName
{
background-color: #BB1E8C;
}
.BgClassName
{
background-color: #BB1E8C;
}
</style>
border-color css
<style>
span { border-color: #BB1E8C; }
span { border-color: rgb(187,30,140); }
td.TdClassName
{
border-color: #BB1E8C;
}
.TagClassName
{
border-color: #BB1E8C;
}
</style>