#B60EEC

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

Shades of Electric Purple #B60EEC

Tints of Electric Purple #B60EEC

Color information

#B60EEC (or 0xB60EEC) is unknown color: approx Electric Purple. HEX triplet: B6, 0E and EC. RGB value is (182,14,236). Sum of RGB (Red+Green+Blue) = 182+14+236=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #B60EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EEC is #49F113. Grayscale: #585858. Windows color (decimal): -4845844 or 15470262. OLE color: 15470262.

HSL color Cylindrical-coordinate representation of color #B60EEC: hue angle of 285.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EEC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18214236-
CMYK0.230.9400.07
HSL285.41º88.8%49.02%-
HSV(B)285.41º94.07%92.55%-
XYZ34.5916.3280.68-
YUV89.54210.66193.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 14 (5.86% from 255) = 3.24%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=42.13%
G=3.24%
B=54.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182142360.230.9400.07285.4188.849.02
HexB6EEC175E0711d5931
Octal26616354271360743513161
Binary1011011011101110110010111101111001111000111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60EEC; }

 p { color: rgb(182,14,236); }

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

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

 a { background-color: rgb(182,14,236); }

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

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

 span { border-color: rgb(182,14,236); }

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