Shades of Electric Purple #BC2BFF
Tints of Electric Purple #BC2BFF
RGB
CMYK
RGB Variations
Color information
#BC2BFF (or 0xBC2BFF) is known color: Electric Purple. HEX triplet: BC, 2B and FF. RGB value is (188,43,255). Sum of RGB (Red+Green+Blue) = 188+43+255=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BFF is #43D400. Grayscale: #6D6D6D. Windows color (decimal): -4445185 or 16722876. OLE color: 16722876.
HSL color Cylindrical-coordinate representation of color #BC2BFF: hue angle of 281.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2BFF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 43 | 255 | - |
| CMYK | 0.26 | 0.83 | 0 | 0 |
| HSL | 281.04º | 1% | 0.58% | - |
| HSV(B) | 281.04º | 0.83% | 1% | - |
| XYZ | 39.65 | 19.64 | 96.31 | - |
| YUV | 110.52 | 209.54 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 255 | 0.26 | 0.83 | 0 | 0 | 281.04 | 1 | 0.58 |
| Hex | BC | 2B | FF | 1A | 53 | 0 | 0 | 119 | 64 | 3A |
| Octal | 274 | 53 | 377 | 32 | 123 | 0 | 0 | 431 | 144 | 72 |
| Binary | 10111100 | 101011 | 11111111 | 11010 | 1010011 | 0 | 0 | 100011001 | 1100100 | 111010 |
Color Harmonies of #BC2BFF
Complementary color
Monochromatic Colors of #BC2BFF
Black with #BC2BFF
Text Example
Text Example
White with #BC2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BFF; }
p { color: rgb(188,43,255); }
H1.HeaderClassName
{
color: #BC2BFF;
}
.AnyTagClassName
{
color: #BC2BFF;
}
</style>
background-color css
<style>
a { background-color: #BC2BFF; }
a { background-color: rgb(188,43,255); }
div.DivClassName
{
background-color: #BC2BFF;
}
.BgClassName
{
background-color: #BC2BFF;
}
</style>
border-color css
<style>
span { border-color: #BC2BFF; }
span { border-color: rgb(188,43,255); }
td.TdClassName
{
border-color: #BC2BFF;
}
.TagClassName
{
border-color: #BC2BFF;
}
</style>