#B20CE1

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

Shades of Electric Purple #B20CE1

Tints of Electric Purple #B20CE1

Color information

#B20CE1 (or 0xB20CE1) is unknown color: approx Electric Purple. HEX triplet: B2, 0C and E1. RGB value is (178,12,225). Sum of RGB (Red+Green+Blue) = 178+12+225=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #B20CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CE1 is #4DF31E. Grayscale: #555555. Windows color (decimal): -5108511 or 14748850. OLE color: 14748850.

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

Color convert

RGB17812225-
CMYK0.210.9500.12
HSL286.76º89.87%46.47%-
HSV(B)286.76º94.67%88.24%-
XYZ32.0815.1672.47-
YUV85.92206.5193.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 12 (5.08% from 255) = 2.89%
BLUE value IS 225 (88.28% from 255) = 54.22%
R=42.89%
G=2.89%
B=54.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178122250.210.9500.12286.7689.8746.47
HexB2CE1155F0C11f5a2e
Octal262143412513701443713256
Binary10110010110011100001101011011111011001000111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20CE1; }

 p { color: rgb(178,12,225); }

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

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

 a { background-color: rgb(178,12,225); }

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

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

 span { border-color: rgb(178,12,225); }

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