Shades of Electric Purple #BB1BF8
Tints of Electric Purple #BB1BF8
RGB
CMYK
RGB Variations
Color information
#BB1BF8 (or 0xBB1BF8) is known color: Electric Purple. HEX triplet: BB, 1B and F8. RGB value is (187,27,248). Sum of RGB (Red+Green+Blue) = 187+27+248=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB1BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BF8 is #44E407. Grayscale: #636363. Windows color (decimal): -4514824 or 16260027. OLE color: 16260027.
HSL color Cylindrical-coordinate representation of color #BB1BF8: hue angle of 283.44º degrees, saturation: 0.94, 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 #BB1BF8 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 27 | 248 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.03 |
| HSL | 283.44º | 0.94% | 0.54% | - |
| HSV(B) | 283.44º | 0.89% | 0.97% | - |
| XYZ | 37.83 | 18.13 | 90.31 | - |
| YUV | 100.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 248 | 0.25 | 0.89 | 0 | 0.03 | 283.44 | 0.94 | 0.54 |
| Hex | BB | 1B | F8 | 19 | 59 | 0 | 3 | 11B | 5E | 36 |
| Octal | 273 | 33 | 370 | 31 | 131 | 0 | 3 | 433 | 136 | 66 |
| Binary | 10111011 | 11011 | 11111000 | 11001 | 1011001 | 0 | 11 | 100011011 | 1011110 | 110110 |
Color Harmonies of #BB1BF8
Complementary color
Monochromatic Colors of #BB1BF8
Black with #BB1BF8
Text Example
Text Example
White with #BB1BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BF8; }
p { color: rgb(187,27,248); }
H1.HeaderClassName
{
color: #BB1BF8;
}
.AnyTagClassName
{
color: #BB1BF8;
}
</style>
background-color css
<style>
a { background-color: #BB1BF8; }
a { background-color: rgb(187,27,248); }
div.DivClassName
{
background-color: #BB1BF8;
}
.BgClassName
{
background-color: #BB1BF8;
}
</style>
border-color css
<style>
span { border-color: #BB1BF8; }
span { border-color: rgb(187,27,248); }
td.TdClassName
{
border-color: #BB1BF8;
}
.TagClassName
{
border-color: #BB1BF8;
}
</style>