Shades of Electric Purple #BC16FF
Tints of Electric Purple #BC16FF
RGB
CMYK
RGB Variations
Color information
#BC16FF (or 0xBC16FF) is known color: Electric Purple. HEX triplet: BC, 16 and FF. RGB value is (188,22,255). Sum of RGB (Red+Green+Blue) = 188+22+255=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16FF is #43E900. Grayscale: #616161. Windows color (decimal): -4450561 or 16717500. OLE color: 16717500.
HSL color Cylindrical-coordinate representation of color #BC16FF: hue angle of 282.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16FF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 22 | 255 | - |
| CMYK | 0.26 | 0.91 | 0 | 0 |
| HSL | 282.75º | 1% | 0.54% | - |
| HSV(B) | 282.75º | 0.91% | 1% | - |
| XYZ | 39.08 | 18.49 | 96.12 | - |
| YUV | 98.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 255 | 0.26 | 0.91 | 0 | 0 | 282.75 | 1 | 0.54 |
| Hex | BC | 16 | FF | 1A | 5B | 0 | 0 | 11B | 64 | 36 |
| Octal | 274 | 26 | 377 | 32 | 133 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111100 | 10110 | 11111111 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BC16FF
Complementary color
Monochromatic Colors of #BC16FF
Black with #BC16FF
Text Example
Text Example
White with #BC16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16FF; }
p { color: rgb(188,22,255); }
H1.HeaderClassName
{
color: #BC16FF;
}
.AnyTagClassName
{
color: #BC16FF;
}
</style>
background-color css
<style>
a { background-color: #BC16FF; }
a { background-color: rgb(188,22,255); }
div.DivClassName
{
background-color: #BC16FF;
}
.BgClassName
{
background-color: #BC16FF;
}
</style>
border-color css
<style>
span { border-color: #BC16FF; }
span { border-color: rgb(188,22,255); }
td.TdClassName
{
border-color: #BC16FF;
}
.TagClassName
{
border-color: #BC16FF;
}
</style>