#BC07EB

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

Shades of Electric Purple #BC07EB

Tints of Electric Purple #BC07EB

Color information

#BC07EB (or 0xBC07EB) is unknown color: approx Electric Purple. HEX triplet: BC, 07 and EB. RGB value is (188,7,235). Sum of RGB (Red+Green+Blue) = 188+7+235=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC07EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07EB is #43F814. Grayscale: #565656. Windows color (decimal): -4454421 or 15402940. OLE color: 15402940.

HSL color Cylindrical-coordinate representation of color #BC07EB: hue angle of 287.63º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07EB is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1887235-
CMYK0.20.9700.08
HSL287.63º94.21%47.45%-
HSV(B)287.63º97.02%92.16%-
XYZ35.8116.8479.96-
YUV87.11211.47199.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 7 (3.12% from 255) = 1.63%
BLUE value IS 235 (92.19% from 255) = 54.65%
R=43.72%
G=1.63%
B=54.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18872350.20.9700.08287.6394.2147.45
HexBC7EB1461081205e2f
Octal27473532414101044013657
Binary1011110011111101011101001100001010001001000001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC07EB; }

 p { color: rgb(188,7,235); }

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

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

 a { background-color: rgb(188,7,235); }

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

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

 span { border-color: rgb(188,7,235); }

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