Html Css Color HEX #BC22EA Electric Purple

📋 copy color: '#BC22EA'

red 188 ◦ green 34 ◦ blue 234

#BC22EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BC22EA

Tints of Electric Purple #BC22EA

RGB

 RED value IS 188 (73.83% from 255) = 41.23%

 GREEN value IS 34 (13.67% from 255) = 7.46%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 41.23%
G = 7.46%
B = 51.32%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC22EA (or 0xBC22EA) is known color: Electric Purple. HEX triplet: BC, 22 and EA. RGB value is (188,34,234). Sum of RGB (Red+Green+Blue) = 188+34+234=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC22EA is #43DD15. Grayscale: #666666. Windows color (decimal): -4447510 or 15344316. OLE color: 15344316.

HSL color Cylindrical-coordinate representation of color #BC22EA: hue angle of 286.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC22EA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 34 234 -
CMYK 0.20 0.85 0 0.08
HSL 286.2º 0.83% 0.53% -
HSV(B) 286.2º 0.85% 0.92% -
XYZ 36.16 17.78 79.37 -
YUV 102.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 188 34 234 0.20 0.85 0 0.08 286.2 0.83 0.53
Hex BC 22 EA 14 55 0 8 11E 53 35
Octal 274 42 352 24 125 0 10 436 123 65
Binary 10111100 100010 11101010 10100 1010101 0 1000 100011110 1010011 110101

Color Harmonies of #BC22EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22EA

Black with #BC22EA

Text Example


Text Example

White with #BC22EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22EA; }

 p { color: rgb(188,34,234); }

 H1.HeaderClassName
 {
   color: #BC22EA;
 }
 .AnyTagClassName
 {
   color: #BC22EA;
 }
</style>

background-color css

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

 a { background-color: rgb(188,34,234); }

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

border-color css

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

 span { border-color: rgb(188,34,234); }

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