#BC0CE7

Color #BC0CE7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BC0CE7

Tints of Electric Purple #BC0CE7

Color information

#BC0CE7 (or 0xBC0CE7) is unknown color: approx Electric Purple. HEX triplet: BC, 0C and E7. RGB value is (188,12,231). Sum of RGB (Red+Green+Blue) = 188+12+231=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC0CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CE7 is #43F318. Grayscale: #585858. Windows color (decimal): -4453145 or 15142076. OLE color: 15142076.

HSL color Cylindrical-coordinate representation of color #BC0CE7: hue angle of 288.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CE7 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18812231-
CMYK0.190.9500.09
HSL288.22º90.12%47.65%-
HSV(B)288.22º94.81%90.59%-
XYZ35.2916.7276.97-
YUV89.59207.81198.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 12 (5.08% from 255) = 2.78%
BLUE value IS 231 (90.62% from 255) = 53.60%
R=43.62%
G=2.78%
B=53.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188122310.190.9500.09288.2290.1247.65
HexBCCE7135F091205a30
Octal274143472313701144013260
Binary10111100110011100111100111011111010011001000001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0CE7; }

 p { color: rgb(188,12,231); }

 H1.HeaderClassName
 {
   color: #BC0CE7;
 }
 .AnyTagClassName
 {
   color: #BC0CE7;
 }
</style>
background-color css

<style>
 a { background-color: #BC0CE7; }

 a { background-color: rgb(188,12,231); }

 div.DivClassName
 {
   background-color: #BC0CE7;
 }
 .BgClassName
 {
   background-color: #BC0CE7;
 }
</style>
border-color css

<style>
 span { border-color: #BC0CE7; }

 span { border-color: rgb(188,12,231); }

 td.TdClassName
 {
   border-color: #BC0CE7;
 }
 .TagClassName
 {
   border-color: #BC0CE7;
 }
</style>