Shades of Electric Purple #BB1AFF
Tints of Electric Purple #BB1AFF
RGB
CMYK
RGB Variations
Color information
#BB1AFF (or 0xBB1AFF) is known color: Electric Purple. HEX triplet: BB, 1A and FF. RGB value is (187,26,255). Sum of RGB (Red+Green+Blue) = 187+26+255=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AFF is #44E500. Grayscale: #636363. Windows color (decimal): -4515073 or 16718523. OLE color: 16718523.
HSL color Cylindrical-coordinate representation of color #BB1AFF: hue angle of 282.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1AFF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 26 | 255 | - |
| CMYK | 0.27 | 0.90 | 0 | 0 |
| HSL | 282.18º | 1% | 0.55% | - |
| HSV(B) | 282.18º | 0.9% | 1% | - |
| XYZ | 38.91 | 18.52 | 96.13 | - |
| YUV | 100.25 | 215.34 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 255 | 0.27 | 0.90 | 0 | 0 | 282.18 | 1 | 0.55 |
| Hex | BB | 1A | FF | 1B | 5A | 0 | 0 | 11A | 64 | 37 |
| Octal | 273 | 32 | 377 | 33 | 132 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111011 | 11010 | 11111111 | 11011 | 1011010 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BB1AFF
Complementary color
Monochromatic Colors of #BB1AFF
Black with #BB1AFF
Text Example
Text Example
White with #BB1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AFF; }
p { color: rgb(187,26,255); }
H1.HeaderClassName
{
color: #BB1AFF;
}
.AnyTagClassName
{
color: #BB1AFF;
}
</style>
background-color css
<style>
a { background-color: #BB1AFF; }
a { background-color: rgb(187,26,255); }
div.DivClassName
{
background-color: #BB1AFF;
}
.BgClassName
{
background-color: #BB1AFF;
}
</style>
border-color css
<style>
span { border-color: #BB1AFF; }
span { border-color: rgb(187,26,255); }
td.TdClassName
{
border-color: #BB1AFF;
}
.TagClassName
{
border-color: #BB1AFF;
}
</style>