Shades of Medium Violet Red #BB157C
Tints of Medium Violet Red #BB157C
RGB
CMYK
RGB Variations
Color information
#BB157C (or 0xBB157C) is known color: Medium Violet Red. HEX triplet: BB, 15 and 7C. RGB value is (187,21,124). Sum of RGB (Red+Green+Blue) = 187+21+124=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB157C is #44EA83. Grayscale: #525252. Windows color (decimal): -4516484 or 8132027. OLE color: 8132027.
HSL color Cylindrical-coordinate representation of color #BB157C: hue angle of 322.77º 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 #BB157C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 124 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.27 |
| HSL | 322.77º | 0.8% | 0.41% | - |
| HSV(B) | 322.77º | 0.89% | 0.73% | - |
| XYZ | 24.4 | 12.56 | 20.21 | - |
| YUV | 82.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 124 | 0 | 0.89 | 0.34 | 0.27 | 322.77 | 0.8 | 0.41 |
| Hex | BB | 15 | 7C | 0 | 59 | 22 | 1B | 143 | 50 | 29 |
| Octal | 273 | 25 | 174 | 0 | 131 | 42 | 33 | 503 | 120 | 51 |
| Binary | 10111011 | 10101 | 1111100 | 0 | 1011001 | 100010 | 11011 | 101000011 | 1010000 | 101001 |
Color Harmonies of #BB157C
Complementary color
Monochromatic Colors of #BB157C
Black with #BB157C
Text Example
Text Example
White with #BB157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB157C; }
p { color: rgb(187,21,124); }
H1.HeaderClassName
{
color: #BB157C;
}
.AnyTagClassName
{
color: #BB157C;
}
</style>
background-color css
<style>
a { background-color: #BB157C; }
a { background-color: rgb(187,21,124); }
div.DivClassName
{
background-color: #BB157C;
}
.BgClassName
{
background-color: #BB157C;
}
</style>
border-color css
<style>
span { border-color: #BB157C; }
span { border-color: rgb(187,21,124); }
td.TdClassName
{
border-color: #BB157C;
}
.TagClassName
{
border-color: #BB157C;
}
</style>