Shades of Electric Purple #BC1AF3
Tints of Electric Purple #BC1AF3
RGB
CMYK
RGB Variations
Color information
#BC1AF3 (or 0xBC1AF3) is known color: Electric Purple. HEX triplet: BC, 1A and F3. RGB value is (188,26,243). Sum of RGB (Red+Green+Blue) = 188+26+243=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC1AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF3 is #43E50C. Grayscale: #626262. Windows color (decimal): -4449549 or 15932092. OLE color: 15932092.
HSL color Cylindrical-coordinate representation of color #BC1AF3: hue angle of 284.79º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1AF3 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 26 | 243 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.05 |
| HSL | 284.79º | 0.9% | 0.53% | - |
| HSV(B) | 284.79º | 0.89% | 0.95% | - |
| XYZ | 37.29 | 17.9 | 86.28 | - |
| YUV | 99.18 | 209.17 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 243 | 0.23 | 0.89 | 0 | 0.05 | 284.79 | 0.9 | 0.53 |
| Hex | BC | 1A | F3 | 17 | 59 | 0 | 5 | 11D | 5A | 35 |
| Octal | 274 | 32 | 363 | 27 | 131 | 0 | 5 | 435 | 132 | 65 |
| Binary | 10111100 | 11010 | 11110011 | 10111 | 1011001 | 0 | 101 | 100011101 | 1011010 | 110101 |
Color Harmonies of #BC1AF3
Complementary color
Monochromatic Colors of #BC1AF3
Black with #BC1AF3
Text Example
Text Example
White with #BC1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AF3; }
p { color: rgb(188,26,243); }
H1.HeaderClassName
{
color: #BC1AF3;
}
.AnyTagClassName
{
color: #BC1AF3;
}
</style>
background-color css
<style>
a { background-color: #BC1AF3; }
a { background-color: rgb(188,26,243); }
div.DivClassName
{
background-color: #BC1AF3;
}
.BgClassName
{
background-color: #BC1AF3;
}
</style>
border-color css
<style>
span { border-color: #BC1AF3; }
span { border-color: rgb(188,26,243); }
td.TdClassName
{
border-color: #BC1AF3;
}
.TagClassName
{
border-color: #BC1AF3;
}
</style>