Shades of Electric Purple #BB01FA
Tints of Electric Purple #BB01FA
RGB
CMYK
RGB Variations
Color information
#BB01FA (or 0xBB01FA) is known color: Electric Purple. HEX triplet: BB, 01 and FA. RGB value is (187,1,250). Sum of RGB (Red+Green+Blue) = 187+1+250=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FA is #44FE05. Grayscale: #545454. Windows color (decimal): -4521478 or 16384443. OLE color: 16384443.
HSL color Cylindrical-coordinate representation of color #BB01FA: hue angle of 284.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FA is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 1 | 250 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.02 |
| HSL | 284.82º | 0.99% | 0.49% | - |
| HSV(B) | 284.82º | 1% | 0.98% | - |
| XYZ | 37.76 | 17.49 | 91.83 | - |
| YUV | 85 | 221.12 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 250 | 0.25 | 1.00 | 0 | 0.02 | 284.82 | 0.99 | 0.49 |
| Hex | BB | 1 | FA | 19 | 64 | 0 | 2 | 11D | 63 | 31 |
| Octal | 273 | 1 | 372 | 31 | 144 | 0 | 2 | 435 | 143 | 61 |
| Binary | 10111011 | 1 | 11111010 | 11001 | 1100100 | 0 | 10 | 100011101 | 1100011 | 110001 |
Color Harmonies of #BB01FA
Complementary color
Monochromatic Colors of #BB01FA
Black with #BB01FA
Text Example
Text Example
White with #BB01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01FA; }
p { color: rgb(187,1,250); }
H1.HeaderClassName
{
color: #BB01FA;
}
.AnyTagClassName
{
color: #BB01FA;
}
</style>
background-color css
<style>
a { background-color: #BB01FA; }
a { background-color: rgb(187,1,250); }
div.DivClassName
{
background-color: #BB01FA;
}
.BgClassName
{
background-color: #BB01FA;
}
</style>
border-color css
<style>
span { border-color: #BB01FA; }
span { border-color: rgb(187,1,250); }
td.TdClassName
{
border-color: #BB01FA;
}
.TagClassName
{
border-color: #BB01FA;
}
</style>