Shades of Electric Purple #BC0AFF
Tints of Electric Purple #BC0AFF
RGB
CMYK
RGB Variations
Color information
#BC0AFF (or 0xBC0AFF) is known color: Electric Purple. HEX triplet: BC, 0A and FF. RGB value is (188,10,255). Sum of RGB (Red+Green+Blue) = 188+10+255=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AFF is #43F500. Grayscale: #5A5A5A. Windows color (decimal): -4453633 or 16714428. OLE color: 16714428.
HSL color Cylindrical-coordinate representation of color #BC0AFF: hue angle of 283.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0AFF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 10 | 255 | - |
| CMYK | 0.26 | 0.96 | 0 | 0 |
| HSL | 283.59º | 1% | 0.52% | - |
| HSV(B) | 283.59º | 0.96% | 1% | - |
| XYZ | 38.9 | 18.13 | 96.06 | - |
| YUV | 91.15 | 220.47 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 255 | 0.26 | 0.96 | 0 | 0 | 283.59 | 1 | 0.52 |
| Hex | BC | A | FF | 1A | 60 | 0 | 0 | 11C | 64 | 34 |
| Octal | 274 | 12 | 377 | 32 | 140 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111100 | 1010 | 11111111 | 11010 | 1100000 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BC0AFF
Complementary color
Monochromatic Colors of #BC0AFF
Black with #BC0AFF
Text Example
Text Example
White with #BC0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AFF; }
p { color: rgb(188,10,255); }
H1.HeaderClassName
{
color: #BC0AFF;
}
.AnyTagClassName
{
color: #BC0AFF;
}
</style>
background-color css
<style>
a { background-color: #BC0AFF; }
a { background-color: rgb(188,10,255); }
div.DivClassName
{
background-color: #BC0AFF;
}
.BgClassName
{
background-color: #BC0AFF;
}
</style>
border-color css
<style>
span { border-color: #BC0AFF; }
span { border-color: rgb(188,10,255); }
td.TdClassName
{
border-color: #BC0AFF;
}
.TagClassName
{
border-color: #BC0AFF;
}
</style>