Shades of Electric Purple #BC10FB
Tints of Electric Purple #BC10FB
RGB
CMYK
RGB Variations
Color information
#BC10FB (or 0xBC10FB) is known color: Electric Purple. HEX triplet: BC, 10 and FB. RGB value is (188,16,251). Sum of RGB (Red+Green+Blue) = 188+16+251=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10FB is #43EF04. Grayscale: #5D5D5D. Windows color (decimal): -4452101 or 16453820. OLE color: 16453820.
HSL color Cylindrical-coordinate representation of color #BC10FB: hue angle of 283.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC10FB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 16 | 251 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 283.91º | 0.97% | 0.52% | - |
| HSV(B) | 283.91º | 0.94% | 0.98% | - |
| XYZ | 38.34 | 18.03 | 92.73 | - |
| YUV | 94.22 | 216.48 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 251 | 0.25 | 0.94 | 0 | 0.02 | 283.91 | 0.97 | 0.52 |
| Hex | BC | 10 | FB | 19 | 5E | 0 | 2 | 11C | 61 | 34 |
| Octal | 274 | 20 | 373 | 31 | 136 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111100 | 10000 | 11111011 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BC10FB
Complementary color
Monochromatic Colors of #BC10FB
Black with #BC10FB
Text Example
Text Example
White with #BC10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10FB; }
p { color: rgb(188,16,251); }
H1.HeaderClassName
{
color: #BC10FB;
}
.AnyTagClassName
{
color: #BC10FB;
}
</style>
background-color css
<style>
a { background-color: #BC10FB; }
a { background-color: rgb(188,16,251); }
div.DivClassName
{
background-color: #BC10FB;
}
.BgClassName
{
background-color: #BC10FB;
}
</style>
border-color css
<style>
span { border-color: #BC10FB; }
span { border-color: rgb(188,16,251); }
td.TdClassName
{
border-color: #BC10FB;
}
.TagClassName
{
border-color: #BC10FB;
}
</style>