Html Css Color HEX #BC1EEE Electric Purple

📋 copy color: '#BC1EEE'

red 188 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #BC1EEE

Tints of Electric Purple #BC1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.58%

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

R = 41.23%
G = 6.58%
B = 52.19%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1EEE (or 0xBC1EEE) is known color: Electric Purple. HEX triplet: BC, 1E and EE. RGB value is (188,30,238). Sum of RGB (Red+Green+Blue) = 188+30+238=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EEE is #43E111. Grayscale: #646464. Windows color (decimal): -4448530 or 15605436. OLE color: 15605436.

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

Color convert

RGB 188 30 238 -
CMYK 0.21 0.87 0 0.07
HSL 285.58º 0.86% 0.53% -
HSV(B) 285.58º 0.87% 0.93% -
XYZ 36.64 17.79 82.39 -
YUV 100.95 205.35 190.09 -
System Red Green Blue C M Y K H S L
Decimal 188 30 238 0.21 0.87 0 0.07 285.58 0.86 0.53
Hex BC 1E EE 15 57 0 7 11E 56 35
Octal 274 36 356 25 127 0 7 436 126 65
Binary 10111100 11110 11101110 10101 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BC1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EEE

Black with #BC1EEE

Text Example


Text Example

White with #BC1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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