Shades of Electric Purple #BC10FD
Tints of Electric Purple #BC10FD
RGB
CMYK
RGB Variations
Color information
#BC10FD (or 0xBC10FD) is known color: Electric Purple. HEX triplet: BC, 10 and FD. RGB value is (188,16,253). Sum of RGB (Red+Green+Blue) = 188+16+253=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC10FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC10FD is #43EF02. Grayscale: #5D5D5D. Windows color (decimal): -4452099 or 16584892. OLE color: 16584892.
HSL color Cylindrical-coordinate representation of color #BC10FD: hue angle of 283.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC10FD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 16 | 253 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.54º | 0.98% | 0.53% | - |
| HSV(B) | 283.54º | 0.94% | 0.99% | - |
| XYZ | 38.65 | 18.15 | 94.4 | - |
| YUV | 94.45 | 217.48 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 253 | 0.26 | 0.94 | 0 | 0.01 | 283.54 | 0.98 | 0.53 |
| Hex | BC | 10 | FD | 1A | 5E | 0 | 1 | 11C | 62 | 35 |
| Octal | 274 | 20 | 375 | 32 | 136 | 0 | 1 | 434 | 142 | 65 |
| Binary | 10111100 | 10000 | 11111101 | 11010 | 1011110 | 0 | 1 | 100011100 | 1100010 | 110101 |
Color Harmonies of #BC10FD
Complementary color
Monochromatic Colors of #BC10FD
Black with #BC10FD
Text Example
Text Example
White with #BC10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10FD; }
p { color: rgb(188,16,253); }
H1.HeaderClassName
{
color: #BC10FD;
}
.AnyTagClassName
{
color: #BC10FD;
}
</style>
background-color css
<style>
a { background-color: #BC10FD; }
a { background-color: rgb(188,16,253); }
div.DivClassName
{
background-color: #BC10FD;
}
.BgClassName
{
background-color: #BC10FD;
}
</style>
border-color css
<style>
span { border-color: #BC10FD; }
span { border-color: rgb(188,16,253); }
td.TdClassName
{
border-color: #BC10FD;
}
.TagClassName
{
border-color: #BC10FD;
}
</style>