#BC06E9

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

Shades of Electric Purple #BC06E9

Tints of Electric Purple #BC06E9

Color information

#BC06E9 (or 0xBC06E9) is unknown color: approx Electric Purple. HEX triplet: BC, 06 and E9. RGB value is (188,6,233). Sum of RGB (Red+Green+Blue) = 188+6+233=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC06E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06E9 is #43F916. Grayscale: #555555. Windows color (decimal): -4454679 or 15271612. OLE color: 15271612.

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

Color convert

RGB1886233-
CMYK0.190.9700.09
HSL288.11º94.98%46.86%-
HSV(B)288.11º97.42%91.37%-
XYZ35.5116.778.44-
YUV86.3210.8200.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 6 (2.73% from 255) = 1.41%
BLUE value IS 233 (91.41% from 255) = 54.57%
R=44.03%
G=1.41%
B=54.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18862330.190.9700.09288.1194.9846.86
HexBC6E91361091205f2f
Octal27463512314101144013757
Binary1011110011011101001100111100001010011001000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC06E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC06E9; }

 p { color: rgb(188,6,233); }

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

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

 a { background-color: rgb(188,6,233); }

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

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

 span { border-color: rgb(188,6,233); }

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