Html Css Color HEX #BC21EE Electric Purple

📋 copy color: '#BC21EE'

red 188 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #BC21EE

Tints of Electric Purple #BC21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 40.96%
G = 7.19%
B = 51.85%

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

#BC21EE (or 0xBC21EE) is known color: Electric Purple. HEX triplet: BC, 21 and EE. RGB value is (188,33,238). Sum of RGB (Red+Green+Blue) = 188+33+238=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21EE is #43DE11. Grayscale: #666666. Windows color (decimal): -4447762 or 15606204. OLE color: 15606204.

HSL color Cylindrical-coordinate representation of color #BC21EE: hue angle of 285.37º degrees, saturation: 0.86, 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 #BC21EE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 33 238 -
CMYK 0.21 0.86 0 0.07
HSL 285.37º 0.86% 0.53% -
HSV(B) 285.37º 0.86% 0.93% -
XYZ 36.72 17.95 82.42 -
YUV 102.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 188 33 238 0.21 0.86 0 0.07 285.37 0.86 0.53
Hex BC 21 EE 15 56 0 7 11D 56 35
Octal 274 41 356 25 126 0 7 435 126 65
Binary 10111100 100001 11101110 10101 1010110 0 111 100011101 1010110 110101

Color Harmonies of #BC21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21EE

Black with #BC21EE

Text Example


Text Example

White with #BC21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21EE; }

 p { color: rgb(188,33,238); }

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

background-color css

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

 a { background-color: rgb(188,33,238); }

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

border-color css

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

 span { border-color: rgb(188,33,238); }

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