Html Css Color HEX #BC1DEE Electric Purple

📋 copy color: '#BC1DEE'

red 188 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #BC1DEE

Tints of Electric Purple #BC1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

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

R = 41.32%
G = 6.37%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1DEE (or 0xBC1DEE) is known color: Electric Purple. HEX triplet: BC, 1D and EE. RGB value is (188,29,238). Sum of RGB (Red+Green+Blue) = 188+29+238=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DEE is #43E211. Grayscale: #636363. Windows color (decimal): -4448786 or 15605180. OLE color: 15605180.

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

Color convert

RGB 188 29 238 -
CMYK 0.21 0.88 0 0.07
HSL 285.65º 0.86% 0.52% -
HSV(B) 285.65º 0.88% 0.93% -
XYZ 36.61 17.74 82.38 -
YUV 100.37 205.68 190.51 -
System Red Green Blue C M Y K H S L
Decimal 188 29 238 0.21 0.88 0 0.07 285.65 0.86 0.52
Hex BC 1D EE 15 58 0 7 11E 56 34
Octal 274 35 356 25 130 0 7 436 126 64
Binary 10111100 11101 11101110 10101 1011000 0 111 100011110 1010110 110100

Color Harmonies of #BC1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DEE

Black with #BC1DEE

Text Example


Text Example

White with #BC1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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