Shades of Medium Violet Red #BB117B
Tints of Medium Violet Red #BB117B
RGB
CMYK
RGB Variations
Color information
#BB117B (or 0xBB117B) is known color: Medium Violet Red. HEX triplet: BB, 11 and 7B. RGB value is (187,17,123). Sum of RGB (Red+Green+Blue) = 187+17+123=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117B is #44EE84. Grayscale: #4F4F4F. Windows color (decimal): -4517509 or 8065467. OLE color: 8065467.
HSL color Cylindrical-coordinate representation of color #BB117B: hue angle of 322.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB117B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 123 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.27 |
| HSL | 322.59º | 0.83% | 0.4% | - |
| HSV(B) | 322.59º | 0.91% | 0.73% | - |
| XYZ | 24.27 | 12.4 | 19.85 | - |
| YUV | 79.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 123 | 0 | 0.91 | 0.34 | 0.27 | 322.59 | 0.83 | 0.4 |
| Hex | BB | 11 | 7B | 0 | 5B | 22 | 1B | 143 | 53 | 28 |
| Octal | 273 | 21 | 173 | 0 | 133 | 42 | 33 | 503 | 123 | 50 |
| Binary | 10111011 | 10001 | 1111011 | 0 | 1011011 | 100010 | 11011 | 101000011 | 1010011 | 101000 |
Color Harmonies of #BB117B
Complementary color
Monochromatic Colors of #BB117B
Black with #BB117B
Text Example
Text Example
White with #BB117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB117B; }
p { color: rgb(187,17,123); }
H1.HeaderClassName
{
color: #BB117B;
}
.AnyTagClassName
{
color: #BB117B;
}
</style>
background-color css
<style>
a { background-color: #BB117B; }
a { background-color: rgb(187,17,123); }
div.DivClassName
{
background-color: #BB117B;
}
.BgClassName
{
background-color: #BB117B;
}
</style>
border-color css
<style>
span { border-color: #BB117B; }
span { border-color: rgb(187,17,123); }
td.TdClassName
{
border-color: #BB117B;
}
.TagClassName
{
border-color: #BB117B;
}
</style>