Shades of Electric Purple #BC2FF2
Tints of Electric Purple #BC2FF2
RGB
CMYK
RGB Variations
Color information
#BC2FF2 (or 0xBC2FF2) is known color: Electric Purple. HEX triplet: BC, 2F and F2. RGB value is (188,47,242). Sum of RGB (Red+Green+Blue) = 188+47+242=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FF2 is #43D00D. Grayscale: #6E6E6E. Windows color (decimal): -4444174 or 15871932. OLE color: 15871932.
HSL color Cylindrical-coordinate representation of color #BC2FF2: hue angle of 283.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2FF2 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 47 | 242 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 283.38º | 0.88% | 0.57% | - |
| HSV(B) | 283.38º | 0.81% | 0.95% | - |
| XYZ | 37.78 | 19.14 | 85.71 | - |
| YUV | 111.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 242 | 0.22 | 0.81 | 0 | 0.05 | 283.38 | 0.88 | 0.57 |
| Hex | BC | 2F | F2 | 16 | 51 | 0 | 5 | 11B | 58 | 39 |
| Octal | 274 | 57 | 362 | 26 | 121 | 0 | 5 | 433 | 130 | 71 |
| Binary | 10111100 | 101111 | 11110010 | 10110 | 1010001 | 0 | 101 | 100011011 | 1011000 | 111001 |
Color Harmonies of #BC2FF2
Complementary color
Monochromatic Colors of #BC2FF2
Black with #BC2FF2
Text Example
Text Example
White with #BC2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FF2; }
p { color: rgb(188,47,242); }
H1.HeaderClassName
{
color: #BC2FF2;
}
.AnyTagClassName
{
color: #BC2FF2;
}
</style>
background-color css
<style>
a { background-color: #BC2FF2; }
a { background-color: rgb(188,47,242); }
div.DivClassName
{
background-color: #BC2FF2;
}
.BgClassName
{
background-color: #BC2FF2;
}
</style>
border-color css
<style>
span { border-color: #BC2FF2; }
span { border-color: rgb(188,47,242); }
td.TdClassName
{
border-color: #BC2FF2;
}
.TagClassName
{
border-color: #BC2FF2;
}
</style>