Shades of Medium Violet Red #BB1FA8
Tints of Medium Violet Red #BB1FA8
RGB
CMYK
RGB Variations
Color information
#BB1FA8 (or 0xBB1FA8) is known color: Medium Violet Red. HEX triplet: BB, 1F and A8. RGB value is (187,31,168). Sum of RGB (Red+Green+Blue) = 187+31+168=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1FA8 is #44E057. Grayscale: #5C5C5C. Windows color (decimal): -4513880 or 11018171. OLE color: 11018171.
HSL color Cylindrical-coordinate representation of color #BB1FA8: hue angle of 307.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1FA8 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 168 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.27 |
| HSL | 307.31º | 0.72% | 0.43% | - |
| HSV(B) | 307.31º | 0.83% | 0.73% | - |
| XYZ | 28.05 | 14.37 | 38.34 | - |
| YUV | 93.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 168 | 0 | 0.83 | 0.10 | 0.27 | 307.31 | 0.72 | 0.43 |
| Hex | BB | 1F | A8 | 0 | 53 | A | 1B | 133 | 48 | 2B |
| Octal | 273 | 37 | 250 | 0 | 123 | 12 | 33 | 463 | 110 | 53 |
| Binary | 10111011 | 11111 | 10101000 | 0 | 1010011 | 1010 | 11011 | 100110011 | 1001000 | 101011 |
Color Harmonies of #BB1FA8
Complementary color
Monochromatic Colors of #BB1FA8
Black with #BB1FA8
Text Example
Text Example
White with #BB1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FA8; }
p { color: rgb(187,31,168); }
H1.HeaderClassName
{
color: #BB1FA8;
}
.AnyTagClassName
{
color: #BB1FA8;
}
</style>
background-color css
<style>
a { background-color: #BB1FA8; }
a { background-color: rgb(187,31,168); }
div.DivClassName
{
background-color: #BB1FA8;
}
.BgClassName
{
background-color: #BB1FA8;
}
</style>
border-color css
<style>
span { border-color: #BB1FA8; }
span { border-color: rgb(187,31,168); }
td.TdClassName
{
border-color: #BB1FA8;
}
.TagClassName
{
border-color: #BB1FA8;
}
</style>