Shades of Electric Purple #BC15FB
Tints of Electric Purple #BC15FB
RGB
CMYK
RGB Variations
Color information
#BC15FB (or 0xBC15FB) is known color: Electric Purple. HEX triplet: BC, 15 and FB. RGB value is (188,21,251). Sum of RGB (Red+Green+Blue) = 188+21+251=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC15FB is #43EA04. Grayscale: #606060. Windows color (decimal): -4450821 or 16455100. OLE color: 16455100.
HSL color Cylindrical-coordinate representation of color #BC15FB: hue angle of 283.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC15FB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 21 | 251 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.02 |
| HSL | 283.57º | 0.97% | 0.53% | - |
| HSV(B) | 283.57º | 0.92% | 0.98% | - |
| XYZ | 38.42 | 18.19 | 92.75 | - |
| YUV | 97.15 | 214.83 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 251 | 0.25 | 0.92 | 0 | 0.02 | 283.57 | 0.97 | 0.53 |
| Hex | BC | 15 | FB | 19 | 5C | 0 | 2 | 11C | 61 | 35 |
| Octal | 274 | 25 | 373 | 31 | 134 | 0 | 2 | 434 | 141 | 65 |
| Binary | 10111100 | 10101 | 11111011 | 11001 | 1011100 | 0 | 10 | 100011100 | 1100001 | 110101 |
Color Harmonies of #BC15FB
Complementary color
Monochromatic Colors of #BC15FB
Black with #BC15FB
Text Example
Text Example
White with #BC15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15FB; }
p { color: rgb(188,21,251); }
H1.HeaderClassName
{
color: #BC15FB;
}
.AnyTagClassName
{
color: #BC15FB;
}
</style>
background-color css
<style>
a { background-color: #BC15FB; }
a { background-color: rgb(188,21,251); }
div.DivClassName
{
background-color: #BC15FB;
}
.BgClassName
{
background-color: #BC15FB;
}
</style>
border-color css
<style>
span { border-color: #BC15FB; }
span { border-color: rgb(188,21,251); }
td.TdClassName
{
border-color: #BC15FB;
}
.TagClassName
{
border-color: #BC15FB;
}
</style>