Shades of Medium Violet Red #BB1FAA
Tints of Medium Violet Red #BB1FAA
RGB
CMYK
RGB Variations
Color information
#BB1FAA (or 0xBB1FAA) is known color: Medium Violet Red. HEX triplet: BB, 1F and AA. RGB value is (187,31,170). Sum of RGB (Red+Green+Blue) = 187+31+170=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1FAA is #44E055. Grayscale: #5D5D5D. Windows color (decimal): -4513878 or 11149243. OLE color: 11149243.
HSL color Cylindrical-coordinate representation of color #BB1FAA: hue angle of 306.54º 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 #BB1FAA is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 170 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.27 |
| HSL | 306.54º | 0.72% | 0.43% | - |
| HSV(B) | 306.54º | 0.83% | 0.73% | - |
| XYZ | 28.24 | 14.45 | 39.33 | - |
| YUV | 93.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 170 | 0 | 0.83 | 0.09 | 0.27 | 306.54 | 0.72 | 0.43 |
| Hex | BB | 1F | AA | 0 | 53 | 9 | 1B | 133 | 48 | 2B |
| Octal | 273 | 37 | 252 | 0 | 123 | 11 | 33 | 463 | 110 | 53 |
| Binary | 10111011 | 11111 | 10101010 | 0 | 1010011 | 1001 | 11011 | 100110011 | 1001000 | 101011 |
Color Harmonies of #BB1FAA
Complementary color
Monochromatic Colors of #BB1FAA
Black with #BB1FAA
Text Example
Text Example
White with #BB1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FAA; }
p { color: rgb(187,31,170); }
H1.HeaderClassName
{
color: #BB1FAA;
}
.AnyTagClassName
{
color: #BB1FAA;
}
</style>
background-color css
<style>
a { background-color: #BB1FAA; }
a { background-color: rgb(187,31,170); }
div.DivClassName
{
background-color: #BB1FAA;
}
.BgClassName
{
background-color: #BB1FAA;
}
</style>
border-color css
<style>
span { border-color: #BB1FAA; }
span { border-color: rgb(187,31,170); }
td.TdClassName
{
border-color: #BB1FAA;
}
.TagClassName
{
border-color: #BB1FAA;
}
</style>