Shades of Medium Violet Red #BB137F
Tints of Medium Violet Red #BB137F
RGB
CMYK
RGB Variations
Color information
#BB137F (or 0xBB137F) is known color: Medium Violet Red. HEX triplet: BB, 13 and 7F. RGB value is (187,19,127). Sum of RGB (Red+Green+Blue) = 187+19+127=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB137F is #44EC80. Grayscale: #515151. Windows color (decimal): -4516993 or 8328123. OLE color: 8328123.
HSL color Cylindrical-coordinate representation of color #BB137F: hue angle of 321.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB137F is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 127 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.27 |
| HSL | 321.43º | 0.82% | 0.4% | - |
| HSV(B) | 321.43º | 0.9% | 0.73% | - |
| XYZ | 24.56 | 12.56 | 21.21 | - |
| YUV | 81.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 127 | 0 | 0.90 | 0.32 | 0.27 | 321.43 | 0.82 | 0.4 |
| Hex | BB | 13 | 7F | 0 | 5A | 20 | 1B | 141 | 52 | 28 |
| Octal | 273 | 23 | 177 | 0 | 132 | 40 | 33 | 501 | 122 | 50 |
| Binary | 10111011 | 10011 | 1111111 | 0 | 1011010 | 100000 | 11011 | 101000001 | 1010010 | 101000 |
Color Harmonies of #BB137F
Complementary color
Monochromatic Colors of #BB137F
Black with #BB137F
Text Example
Text Example
White with #BB137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB137F; }
p { color: rgb(187,19,127); }
H1.HeaderClassName
{
color: #BB137F;
}
.AnyTagClassName
{
color: #BB137F;
}
</style>
background-color css
<style>
a { background-color: #BB137F; }
a { background-color: rgb(187,19,127); }
div.DivClassName
{
background-color: #BB137F;
}
.BgClassName
{
background-color: #BB137F;
}
</style>
border-color css
<style>
span { border-color: #BB137F; }
span { border-color: rgb(187,19,127); }
td.TdClassName
{
border-color: #BB137F;
}
.TagClassName
{
border-color: #BB137F;
}
</style>