Shades of Medium Violet Red #BB1A8F
Tints of Medium Violet Red #BB1A8F
RGB
CMYK
RGB Variations
Color information
#BB1A8F (or 0xBB1A8F) is known color: Medium Violet Red. HEX triplet: BB, 1A and 8F. RGB value is (187,26,143). Sum of RGB (Red+Green+Blue) = 187+26+143=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1A8F is #44E570. Grayscale: #575757. Windows color (decimal): -4515185 or 9378491. OLE color: 9378491.
HSL color Cylindrical-coordinate representation of color #BB1A8F: hue angle of 316.4º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A8F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 143 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.27 |
| HSL | 316.4º | 0.76% | 0.42% | - |
| HSV(B) | 316.4º | 0.86% | 0.73% | - |
| XYZ | 25.82 | 13.29 | 27.19 | - |
| YUV | 87.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 143 | 0 | 0.86 | 0.24 | 0.27 | 316.4 | 0.76 | 0.42 |
| Hex | BB | 1A | 8F | 0 | 56 | 18 | 1B | 13C | 4C | 2A |
| Octal | 273 | 32 | 217 | 0 | 126 | 30 | 33 | 474 | 114 | 52 |
| Binary | 10111011 | 11010 | 10001111 | 0 | 1010110 | 11000 | 11011 | 100111100 | 1001100 | 101010 |
Color Harmonies of #BB1A8F
Complementary color
Monochromatic Colors of #BB1A8F
Black with #BB1A8F
Text Example
Text Example
White with #BB1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A8F; }
p { color: rgb(187,26,143); }
H1.HeaderClassName
{
color: #BB1A8F;
}
.AnyTagClassName
{
color: #BB1A8F;
}
</style>
background-color css
<style>
a { background-color: #BB1A8F; }
a { background-color: rgb(187,26,143); }
div.DivClassName
{
background-color: #BB1A8F;
}
.BgClassName
{
background-color: #BB1A8F;
}
</style>
border-color css
<style>
span { border-color: #BB1A8F; }
span { border-color: rgb(187,26,143); }
td.TdClassName
{
border-color: #BB1A8F;
}
.TagClassName
{
border-color: #BB1A8F;
}
</style>