Shades of Electric Purple #BB1FF8
Tints of Electric Purple #BB1FF8
RGB
CMYK
RGB Variations
Color information
#BB1FF8 (or 0xBB1FF8) is known color: Electric Purple. HEX triplet: BB, 1F and F8. RGB value is (187,31,248). Sum of RGB (Red+Green+Blue) = 187+31+248=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB1FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FF8 is #44E007. Grayscale: #656565. Windows color (decimal): -4513800 or 16261051. OLE color: 16261051.
HSL color Cylindrical-coordinate representation of color #BB1FF8: hue angle of 283.13º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1FF8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 31 | 248 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.03 |
| HSL | 283.13º | 0.94% | 0.55% | - |
| HSV(B) | 283.13º | 0.88% | 0.97% | - |
| XYZ | 37.93 | 18.32 | 90.34 | - |
| YUV | 102.38 | 210.18 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 248 | 0.25 | 0.88 | 0 | 0.03 | 283.13 | 0.94 | 0.55 |
| Hex | BB | 1F | F8 | 19 | 58 | 0 | 3 | 11B | 5E | 37 |
| Octal | 273 | 37 | 370 | 31 | 130 | 0 | 3 | 433 | 136 | 67 |
| Binary | 10111011 | 11111 | 11111000 | 11001 | 1011000 | 0 | 11 | 100011011 | 1011110 | 110111 |
Color Harmonies of #BB1FF8
Complementary color
Monochromatic Colors of #BB1FF8
Black with #BB1FF8
Text Example
Text Example
White with #BB1FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FF8; }
p { color: rgb(187,31,248); }
H1.HeaderClassName
{
color: #BB1FF8;
}
.AnyTagClassName
{
color: #BB1FF8;
}
</style>
background-color css
<style>
a { background-color: #BB1FF8; }
a { background-color: rgb(187,31,248); }
div.DivClassName
{
background-color: #BB1FF8;
}
.BgClassName
{
background-color: #BB1FF8;
}
</style>
border-color css
<style>
span { border-color: #BB1FF8; }
span { border-color: rgb(187,31,248); }
td.TdClassName
{
border-color: #BB1FF8;
}
.TagClassName
{
border-color: #BB1FF8;
}
</style>