Html Css Color HEX #BC2CEE Electric Purple

📋 copy color: '#BC2CEE'

red 188 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #BC2CEE

Tints of Electric Purple #BC2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.36%

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

R = 40%
G = 9.36%
B = 50.64%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC2CEE (or 0xBC2CEE) is known color: Electric Purple. HEX triplet: BC, 2C and EE. RGB value is (188,44,238). Sum of RGB (Red+Green+Blue) = 188+44+238=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CEE is #43D311. Grayscale: #6C6C6C. Windows color (decimal): -4444946 or 15609020. OLE color: 15609020.

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

Color convert

RGB 188 44 238 -
CMYK 0.21 0.82 0 0.07
HSL 284.54º 0.85% 0.55% -
HSV(B) 284.54º 0.82% 0.93% -
XYZ 37.07 18.67 82.54 -
YUV 109.17 200.71 184.23 -
System Red Green Blue C M Y K H S L
Decimal 188 44 238 0.21 0.82 0 0.07 284.54 0.85 0.55
Hex BC 2C EE 15 52 0 7 11D 55 37
Octal 274 54 356 25 122 0 7 435 125 67
Binary 10111100 101100 11101110 10101 1010010 0 111 100011101 1010101 110111

Color Harmonies of #BC2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CEE

Black with #BC2CEE

Text Example


Text Example

White with #BC2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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