Shades of Medium Violet Red #BB157E
Tints of Medium Violet Red #BB157E
RGB
CMYK
RGB Variations
Color information
#BB157E (or 0xBB157E) is known color: Medium Violet Red. HEX triplet: BB, 15 and 7E. RGB value is (187,21,126). Sum of RGB (Red+Green+Blue) = 187+21+126=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB157E is #44EA81. Grayscale: #525252. Windows color (decimal): -4516482 or 8263099. OLE color: 8263099.
HSL color Cylindrical-coordinate representation of color #BB157E: hue angle of 322.05º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB157E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 126 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.27 |
| HSL | 322.05º | 0.8% | 0.41% | - |
| HSV(B) | 322.05º | 0.89% | 0.73% | - |
| XYZ | 24.53 | 12.61 | 20.88 | - |
| YUV | 82.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 126 | 0 | 0.89 | 0.33 | 0.27 | 322.05 | 0.8 | 0.41 |
| Hex | BB | 15 | 7E | 0 | 59 | 21 | 1B | 142 | 50 | 29 |
| Octal | 273 | 25 | 176 | 0 | 131 | 41 | 33 | 502 | 120 | 51 |
| Binary | 10111011 | 10101 | 1111110 | 0 | 1011001 | 100001 | 11011 | 101000010 | 1010000 | 101001 |
Color Harmonies of #BB157E
Complementary color
Monochromatic Colors of #BB157E
Black with #BB157E
Text Example
Text Example
White with #BB157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB157E; }
p { color: rgb(187,21,126); }
H1.HeaderClassName
{
color: #BB157E;
}
.AnyTagClassName
{
color: #BB157E;
}
</style>
background-color css
<style>
a { background-color: #BB157E; }
a { background-color: rgb(187,21,126); }
div.DivClassName
{
background-color: #BB157E;
}
.BgClassName
{
background-color: #BB157E;
}
</style>
border-color css
<style>
span { border-color: #BB157E; }
span { border-color: rgb(187,21,126); }
td.TdClassName
{
border-color: #BB157E;
}
.TagClassName
{
border-color: #BB157E;
}
</style>