#BC06E6

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

Shades of Electric Purple #BC06E6

Tints of Electric Purple #BC06E6

Color information

#BC06E6 (or 0xBC06E6) is unknown color: approx Electric Purple. HEX triplet: BC, 06 and E6. RGB value is (188,6,230). Sum of RGB (Red+Green+Blue) = 188+6+230=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC06E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06E6 is #43F919. Grayscale: #555555. Windows color (decimal): -4454682 or 15075004. OLE color: 15075004.

HSL color Cylindrical-coordinate representation of color #BC06E6: hue angle of 288.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06E6 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1886230-
CMYK0.180.9700.10
HSL288.75º94.92%46.27%-
HSV(B)288.75º97.39%90.2%-
XYZ35.0916.5376.21-
YUV85.95209.3200.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 6 (2.73% from 255) = 1.42%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=44.34%
G=1.42%
B=54.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18862300.180.9700.10288.7594.9246.27
HexBC6E612610A1215f2e
Octal27463462214101244113756
Binary1011110011011100110100101100001010101001000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC06E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC06E6; }

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

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

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

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

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

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

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

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