Shades of Medium Violet Red #BB1E7E
Tints of Medium Violet Red #BB1E7E
RGB
CMYK
RGB Variations
Color information
#BB1E7E (or 0xBB1E7E) is known color: Medium Violet Red. HEX triplet: BB, 1E and 7E. RGB value is (187,30,126). Sum of RGB (Red+Green+Blue) = 187+30+126=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E7E is #44E181. Grayscale: #575757. Windows color (decimal): -4514178 or 8265403. OLE color: 8265403.
HSL color Cylindrical-coordinate representation of color #BB1E7E: hue angle of 323.31º 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 #BB1E7E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 126 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.27 |
| HSL | 323.31º | 0.72% | 0.43% | - |
| HSV(B) | 323.31º | 0.84% | 0.73% | - |
| XYZ | 24.72 | 13 | 20.94 | - |
| YUV | 87.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 126 | 0 | 0.84 | 0.33 | 0.27 | 323.31 | 0.72 | 0.43 |
| Hex | BB | 1E | 7E | 0 | 54 | 21 | 1B | 143 | 48 | 2B |
| Octal | 273 | 36 | 176 | 0 | 124 | 41 | 33 | 503 | 110 | 53 |
| Binary | 10111011 | 11110 | 1111110 | 0 | 1010100 | 100001 | 11011 | 101000011 | 1001000 | 101011 |
Color Harmonies of #BB1E7E
Complementary color
Monochromatic Colors of #BB1E7E
Black with #BB1E7E
Text Example
Text Example
White with #BB1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E7E; }
p { color: rgb(187,30,126); }
H1.HeaderClassName
{
color: #BB1E7E;
}
.AnyTagClassName
{
color: #BB1E7E;
}
</style>
background-color css
<style>
a { background-color: #BB1E7E; }
a { background-color: rgb(187,30,126); }
div.DivClassName
{
background-color: #BB1E7E;
}
.BgClassName
{
background-color: #BB1E7E;
}
</style>
border-color css
<style>
span { border-color: #BB1E7E; }
span { border-color: rgb(187,30,126); }
td.TdClassName
{
border-color: #BB1E7E;
}
.TagClassName
{
border-color: #BB1E7E;
}
</style>