Shades of Electric Purple #BC0AF2
Tints of Electric Purple #BC0AF2
RGB
CMYK
RGB Variations
Color information
#BC0AF2 (or 0xBC0AF2) is known color: Electric Purple. HEX triplet: BC, 0A and F2. RGB value is (188,10,242). Sum of RGB (Red+Green+Blue) = 188+10+242=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC0AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0AF2 is #43F50D. Grayscale: #585858. Windows color (decimal): -4453646 or 15862460. OLE color: 15862460.
HSL color Cylindrical-coordinate representation of color #BC0AF2: hue angle of 286.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0AF2 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 10 | 242 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.05 |
| HSL | 286.03º | 0.92% | 0.49% | - |
| HSV(B) | 286.03º | 0.96% | 0.95% | - |
| XYZ | 36.87 | 17.32 | 85.4 | - |
| YUV | 89.67 | 213.97 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 242 | 0.22 | 0.96 | 0 | 0.05 | 286.03 | 0.92 | 0.49 |
| Hex | BC | A | F2 | 16 | 60 | 0 | 5 | 11E | 5C | 31 |
| Octal | 274 | 12 | 362 | 26 | 140 | 0 | 5 | 436 | 134 | 61 |
| Binary | 10111100 | 1010 | 11110010 | 10110 | 1100000 | 0 | 101 | 100011110 | 1011100 | 110001 |
Color Harmonies of #BC0AF2
Complementary color
Monochromatic Colors of #BC0AF2
Black with #BC0AF2
Text Example
Text Example
White with #BC0AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AF2; }
p { color: rgb(188,10,242); }
H1.HeaderClassName
{
color: #BC0AF2;
}
.AnyTagClassName
{
color: #BC0AF2;
}
</style>
background-color css
<style>
a { background-color: #BC0AF2; }
a { background-color: rgb(188,10,242); }
div.DivClassName
{
background-color: #BC0AF2;
}
.BgClassName
{
background-color: #BC0AF2;
}
</style>
border-color css
<style>
span { border-color: #BC0AF2; }
span { border-color: rgb(188,10,242); }
td.TdClassName
{
border-color: #BC0AF2;
}
.TagClassName
{
border-color: #BC0AF2;
}
</style>