Shades of Medium Violet Red #BB107B
Tints of Medium Violet Red #BB107B
RGB
CMYK
RGB Variations
Color information
#BB107B (or 0xBB107B) is known color: Medium Violet Red. HEX triplet: BB, 10 and 7B. RGB value is (187,16,123). Sum of RGB (Red+Green+Blue) = 187+16+123=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB107B is #44EF84. Grayscale: #4F4F4F. Windows color (decimal): -4517765 or 8065211. OLE color: 8065211.
HSL color Cylindrical-coordinate representation of color #BB107B: hue angle of 322.46º degrees, saturation: 0.84, 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 #BB107B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.27 |
| HSL | 322.46º | 0.84% | 0.4% | - |
| HSV(B) | 322.46º | 0.91% | 0.73% | - |
| XYZ | 24.25 | 12.37 | 19.85 | - |
| YUV | 79.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 123 | 0 | 0.91 | 0.34 | 0.27 | 322.46 | 0.84 | 0.4 |
| Hex | BB | 10 | 7B | 0 | 5B | 22 | 1B | 142 | 54 | 28 |
| Octal | 273 | 20 | 173 | 0 | 133 | 42 | 33 | 502 | 124 | 50 |
| Binary | 10111011 | 10000 | 1111011 | 0 | 1011011 | 100010 | 11011 | 101000010 | 1010100 | 101000 |
Color Harmonies of #BB107B
Complementary color
Monochromatic Colors of #BB107B
Black with #BB107B
Text Example
Text Example
White with #BB107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB107B; }
p { color: rgb(187,16,123); }
H1.HeaderClassName
{
color: #BB107B;
}
.AnyTagClassName
{
color: #BB107B;
}
</style>
background-color css
<style>
a { background-color: #BB107B; }
a { background-color: rgb(187,16,123); }
div.DivClassName
{
background-color: #BB107B;
}
.BgClassName
{
background-color: #BB107B;
}
</style>
border-color css
<style>
span { border-color: #BB107B; }
span { border-color: rgb(187,16,123); }
td.TdClassName
{
border-color: #BB107B;
}
.TagClassName
{
border-color: #BB107B;
}
</style>