Shades of Electric Purple #BB1AF5
Tints of Electric Purple #BB1AF5
RGB
CMYK
RGB Variations
Color information
#BB1AF5 (or 0xBB1AF5) is known color: Electric Purple. HEX triplet: BB, 1A and F5. RGB value is (187,26,245). Sum of RGB (Red+Green+Blue) = 187+26+245=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB1AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AF5 is #44E50A. Grayscale: #626262. Windows color (decimal): -4515083 or 16063163. OLE color: 16063163.
HSL color Cylindrical-coordinate representation of color #BB1AF5: hue angle of 284.11º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1AF5 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 26 | 245 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 284.11º | 0.92% | 0.53% | - |
| HSV(B) | 284.11º | 0.89% | 0.96% | - |
| XYZ | 37.34 | 17.9 | 87.87 | - |
| YUV | 99.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 245 | 0.24 | 0.89 | 0 | 0.04 | 284.11 | 0.92 | 0.53 |
| Hex | BB | 1A | F5 | 18 | 59 | 0 | 4 | 11C | 5C | 35 |
| Octal | 273 | 32 | 365 | 30 | 131 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111011 | 11010 | 11110101 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BB1AF5
Complementary color
Monochromatic Colors of #BB1AF5
Black with #BB1AF5
Text Example
Text Example
White with #BB1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AF5; }
p { color: rgb(187,26,245); }
H1.HeaderClassName
{
color: #BB1AF5;
}
.AnyTagClassName
{
color: #BB1AF5;
}
</style>
background-color css
<style>
a { background-color: #BB1AF5; }
a { background-color: rgb(187,26,245); }
div.DivClassName
{
background-color: #BB1AF5;
}
.BgClassName
{
background-color: #BB1AF5;
}
</style>
border-color css
<style>
span { border-color: #BB1AF5; }
span { border-color: rgb(187,26,245); }
td.TdClassName
{
border-color: #BB1AF5;
}
.TagClassName
{
border-color: #BB1AF5;
}
</style>