Shades of Electric Purple #BB01FC
Tints of Electric Purple #BB01FC
RGB
CMYK
RGB Variations
Color information
#BB01FC (or 0xBB01FC) is known color: Electric Purple. HEX triplet: BB, 01 and FC. RGB value is (187,1,252). Sum of RGB (Red+Green+Blue) = 187+1+252=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB01FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FC is #44FE03. Grayscale: #545454. Windows color (decimal): -4521476 or 16515515. OLE color: 16515515.
HSL color Cylindrical-coordinate representation of color #BB01FC: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FC is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 1 | 252 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.01 |
| HSL | 284.46º | 0.99% | 0.5% | - |
| HSV(B) | 284.46º | 1% | 0.99% | - |
| XYZ | 38.08 | 17.61 | 93.49 | - |
| YUV | 85.23 | 222.12 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 252 | 0.26 | 1.00 | 0 | 0.01 | 284.46 | 0.99 | 0.5 |
| Hex | BB | 1 | FC | 1A | 64 | 0 | 1 | 11C | 63 | 32 |
| Octal | 273 | 1 | 374 | 32 | 144 | 0 | 1 | 434 | 143 | 62 |
| Binary | 10111011 | 1 | 11111100 | 11010 | 1100100 | 0 | 1 | 100011100 | 1100011 | 110010 |
Color Harmonies of #BB01FC
Complementary color
Monochromatic Colors of #BB01FC
Black with #BB01FC
Text Example
Text Example
White with #BB01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01FC; }
p { color: rgb(187,1,252); }
H1.HeaderClassName
{
color: #BB01FC;
}
.AnyTagClassName
{
color: #BB01FC;
}
</style>
background-color css
<style>
a { background-color: #BB01FC; }
a { background-color: rgb(187,1,252); }
div.DivClassName
{
background-color: #BB01FC;
}
.BgClassName
{
background-color: #BB01FC;
}
</style>
border-color css
<style>
span { border-color: #BB01FC; }
span { border-color: rgb(187,1,252); }
td.TdClassName
{
border-color: #BB01FC;
}
.TagClassName
{
border-color: #BB01FC;
}
</style>