Shades of Electric Purple #BB1BFA
Tints of Electric Purple #BB1BFA
RGB
CMYK
RGB Variations
Color information
#BB1BFA (or 0xBB1BFA) is known color: Electric Purple. HEX triplet: BB, 1B and FA. RGB value is (187,27,250). Sum of RGB (Red+Green+Blue) = 187+27+250=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB1BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BFA is #44E405. Grayscale: #636363. Windows color (decimal): -4514822 or 16391099. OLE color: 16391099.
HSL color Cylindrical-coordinate representation of color #BB1BFA: hue angle of 283.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1BFA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 27 | 250 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.02 |
| HSL | 283.05º | 0.96% | 0.54% | - |
| HSV(B) | 283.05º | 0.89% | 0.98% | - |
| XYZ | 38.14 | 18.25 | 91.95 | - |
| YUV | 100.26 | 212.51 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 250 | 0.25 | 0.89 | 0 | 0.02 | 283.05 | 0.96 | 0.54 |
| Hex | BB | 1B | FA | 19 | 59 | 0 | 2 | 11B | 60 | 36 |
| Octal | 273 | 33 | 372 | 31 | 131 | 0 | 2 | 433 | 140 | 66 |
| Binary | 10111011 | 11011 | 11111010 | 11001 | 1011001 | 0 | 10 | 100011011 | 1100000 | 110110 |
Color Harmonies of #BB1BFA
Complementary color
Monochromatic Colors of #BB1BFA
Black with #BB1BFA
Text Example
Text Example
White with #BB1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BFA; }
p { color: rgb(187,27,250); }
H1.HeaderClassName
{
color: #BB1BFA;
}
.AnyTagClassName
{
color: #BB1BFA;
}
</style>
background-color css
<style>
a { background-color: #BB1BFA; }
a { background-color: rgb(187,27,250); }
div.DivClassName
{
background-color: #BB1BFA;
}
.BgClassName
{
background-color: #BB1BFA;
}
</style>
border-color css
<style>
span { border-color: #BB1BFA; }
span { border-color: rgb(187,27,250); }
td.TdClassName
{
border-color: #BB1BFA;
}
.TagClassName
{
border-color: #BB1BFA;
}
</style>