Shades of Electric Purple #BB1AF7
Tints of Electric Purple #BB1AF7
RGB
CMYK
RGB Variations
Color information
#BB1AF7 (or 0xBB1AF7) is known color: Electric Purple. HEX triplet: BB, 1A and F7. RGB value is (187,26,247). Sum of RGB (Red+Green+Blue) = 187+26+247=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB1AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AF7 is #44E508. Grayscale: #626262. Windows color (decimal): -4515081 or 16194235. OLE color: 16194235.
HSL color Cylindrical-coordinate representation of color #BB1AF7: hue angle of 283.71º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1AF7 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 26 | 247 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.03 |
| HSL | 283.71º | 0.93% | 0.54% | - |
| HSV(B) | 283.71º | 0.89% | 0.97% | - |
| XYZ | 37.65 | 18.02 | 89.49 | - |
| YUV | 99.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 247 | 0.24 | 0.89 | 0 | 0.03 | 283.71 | 0.93 | 0.54 |
| Hex | BB | 1A | F7 | 18 | 59 | 0 | 3 | 11C | 5D | 36 |
| Octal | 273 | 32 | 367 | 30 | 131 | 0 | 3 | 434 | 135 | 66 |
| Binary | 10111011 | 11010 | 11110111 | 11000 | 1011001 | 0 | 11 | 100011100 | 1011101 | 110110 |
Color Harmonies of #BB1AF7
Complementary color
Monochromatic Colors of #BB1AF7
Black with #BB1AF7
Text Example
Text Example
White with #BB1AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AF7; }
p { color: rgb(187,26,247); }
H1.HeaderClassName
{
color: #BB1AF7;
}
.AnyTagClassName
{
color: #BB1AF7;
}
</style>
background-color css
<style>
a { background-color: #BB1AF7; }
a { background-color: rgb(187,26,247); }
div.DivClassName
{
background-color: #BB1AF7;
}
.BgClassName
{
background-color: #BB1AF7;
}
</style>
border-color css
<style>
span { border-color: #BB1AF7; }
span { border-color: rgb(187,26,247); }
td.TdClassName
{
border-color: #BB1AF7;
}
.TagClassName
{
border-color: #BB1AF7;
}
</style>