Html Css Color HEX #BC22ED Electric Purple

📋 copy color: '#BC22ED'

red 188 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #BC22ED

Tints of Electric Purple #BC22ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 40.96%
G = 7.41%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC22ED (or 0xBC22ED) is known color: Electric Purple. HEX triplet: BC, 22 and ED. RGB value is (188,34,237). Sum of RGB (Red+Green+Blue) = 188+34+237=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC22ED is #43DD12. Grayscale: #666666. Windows color (decimal): -4447507 or 15540924. OLE color: 15540924.

HSL color Cylindrical-coordinate representation of color #BC22ED: hue angle of 285.52º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC22ED is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 34 237 -
CMYK 0.21 0.86 0 0.07
HSL 285.52º 0.85% 0.53% -
HSV(B) 285.52º 0.86% 0.93% -
XYZ 36.6 17.95 81.66 -
YUV 103.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 188 34 237 0.21 0.86 0 0.07 285.52 0.85 0.53
Hex BC 22 ED 15 56 0 7 11E 55 35
Octal 274 42 355 25 126 0 7 436 125 65
Binary 10111100 100010 11101101 10101 1010110 0 111 100011110 1010101 110101

Color Harmonies of #BC22ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22ED

Black with #BC22ED

Text Example


Text Example

White with #BC22ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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