Shades of Electric Purple #BC01FB
Tints of Electric Purple #BC01FB
RGB
CMYK
RGB Variations
Color information
#BC01FB (or 0xBC01FB) is known color: Electric Purple. HEX triplet: BC, 01 and FB. RGB value is (188,1,251). Sum of RGB (Red+Green+Blue) = 188+1+251=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01FB is #43FE04. Grayscale: #545454. Windows color (decimal): -4455941 or 16449980. OLE color: 16449980.
HSL color Cylindrical-coordinate representation of color #BC01FB: hue angle of 284.88º 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 #BC01FB is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 1 | 251 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.02 |
| HSL | 284.88º | 0.99% | 0.49% | - |
| HSV(B) | 284.88º | 1% | 0.98% | - |
| XYZ | 38.16 | 17.68 | 92.67 | - |
| YUV | 85.41 | 221.45 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 251 | 0.25 | 1.00 | 0 | 0.02 | 284.88 | 0.99 | 0.49 |
| Hex | BC | 1 | FB | 19 | 64 | 0 | 2 | 11D | 63 | 31 |
| Octal | 274 | 1 | 373 | 31 | 144 | 0 | 2 | 435 | 143 | 61 |
| Binary | 10111100 | 1 | 11111011 | 11001 | 1100100 | 0 | 10 | 100011101 | 1100011 | 110001 |
Color Harmonies of #BC01FB
Complementary color
Monochromatic Colors of #BC01FB
Black with #BC01FB
Text Example
Text Example
White with #BC01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01FB; }
p { color: rgb(188,1,251); }
H1.HeaderClassName
{
color: #BC01FB;
}
.AnyTagClassName
{
color: #BC01FB;
}
</style>
background-color css
<style>
a { background-color: #BC01FB; }
a { background-color: rgb(188,1,251); }
div.DivClassName
{
background-color: #BC01FB;
}
.BgClassName
{
background-color: #BC01FB;
}
</style>
border-color css
<style>
span { border-color: #BC01FB; }
span { border-color: rgb(188,1,251); }
td.TdClassName
{
border-color: #BC01FB;
}
.TagClassName
{
border-color: #BC01FB;
}
</style>