Shades of Electric Purple #BC23FF
Tints of Electric Purple #BC23FF
RGB
CMYK
RGB Variations
Color information
#BC23FF (or 0xBC23FF) is known color: Electric Purple. HEX triplet: BC, 23 and FF. RGB value is (188,35,255). Sum of RGB (Red+Green+Blue) = 188+35+255=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC23FF is #43DC00. Grayscale: #696969. Windows color (decimal): -4447233 or 16720828. OLE color: 16720828.
HSL color Cylindrical-coordinate representation of color #BC23FF: hue angle of 281.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC23FF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 35 | 255 | - |
| CMYK | 0.26 | 0.86 | 0 | 0 |
| HSL | 281.73º | 1% | 0.57% | - |
| HSV(B) | 281.73º | 0.86% | 1% | - |
| XYZ | 39.39 | 19.11 | 96.22 | - |
| YUV | 105.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 255 | 0.26 | 0.86 | 0 | 0 | 281.73 | 1 | 0.57 |
| Hex | BC | 23 | FF | 1A | 56 | 0 | 0 | 11A | 64 | 39 |
| Octal | 274 | 43 | 377 | 32 | 126 | 0 | 0 | 432 | 144 | 71 |
| Binary | 10111100 | 100011 | 11111111 | 11010 | 1010110 | 0 | 0 | 100011010 | 1100100 | 111001 |
Color Harmonies of #BC23FF
Complementary color
Monochromatic Colors of #BC23FF
Black with #BC23FF
Text Example
Text Example
White with #BC23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23FF; }
p { color: rgb(188,35,255); }
H1.HeaderClassName
{
color: #BC23FF;
}
.AnyTagClassName
{
color: #BC23FF;
}
</style>
background-color css
<style>
a { background-color: #BC23FF; }
a { background-color: rgb(188,35,255); }
div.DivClassName
{
background-color: #BC23FF;
}
.BgClassName
{
background-color: #BC23FF;
}
</style>
border-color css
<style>
span { border-color: #BC23FF; }
span { border-color: rgb(188,35,255); }
td.TdClassName
{
border-color: #BC23FF;
}
.TagClassName
{
border-color: #BC23FF;
}
</style>