Shades of Medium Violet Red #BB128F
Tints of Medium Violet Red #BB128F
RGB
CMYK
RGB Variations
Color information
#BB128F (or 0xBB128F) is known color: Medium Violet Red. HEX triplet: BB, 12 and 8F. RGB value is (187,18,143). Sum of RGB (Red+Green+Blue) = 187+18+143=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB128F is #44ED70. Grayscale: #525252. Windows color (decimal): -4517233 or 9376443. OLE color: 9376443.
HSL color Cylindrical-coordinate representation of color #BB128F: hue angle of 315.62º 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 #BB128F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.27 |
| HSL | 315.62º | 0.82% | 0.4% | - |
| HSV(B) | 315.62º | 0.9% | 0.73% | - |
| XYZ | 25.67 | 12.98 | 27.14 | - |
| YUV | 82.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 143 | 0 | 0.90 | 0.24 | 0.27 | 315.62 | 0.82 | 0.4 |
| Hex | BB | 12 | 8F | 0 | 5A | 18 | 1B | 13C | 52 | 28 |
| Octal | 273 | 22 | 217 | 0 | 132 | 30 | 33 | 474 | 122 | 50 |
| Binary | 10111011 | 10010 | 10001111 | 0 | 1011010 | 11000 | 11011 | 100111100 | 1010010 | 101000 |
Color Harmonies of #BB128F
Complementary color
Monochromatic Colors of #BB128F
Black with #BB128F
Text Example
Text Example
White with #BB128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB128F; }
p { color: rgb(187,18,143); }
H1.HeaderClassName
{
color: #BB128F;
}
.AnyTagClassName
{
color: #BB128F;
}
</style>
background-color css
<style>
a { background-color: #BB128F; }
a { background-color: rgb(187,18,143); }
div.DivClassName
{
background-color: #BB128F;
}
.BgClassName
{
background-color: #BB128F;
}
</style>
border-color css
<style>
span { border-color: #BB128F; }
span { border-color: rgb(187,18,143); }
td.TdClassName
{
border-color: #BB128F;
}
.TagClassName
{
border-color: #BB128F;
}
</style>