Html Css Color HEX #BC2AEC Electric Purple

📋 copy color: '#BC2AEC'

red 188 ◦ green 42 ◦ blue 236

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

Shades of Electric Purple #BC2AEC

Tints of Electric Purple #BC2AEC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.01%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 40.34%
G = 9.01%
B = 50.64%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC2AEC (or 0xBC2AEC) is known color: Electric Purple. HEX triplet: BC, 2A and EC. RGB value is (188,42,236). Sum of RGB (Red+Green+Blue) = 188+42+236=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC2AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AEC is #43D513. Grayscale: #6B6B6B. Windows color (decimal): -4445460 or 15477436. OLE color: 15477436.

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

Color convert

RGB 188 42 236 -
CMYK 0.20 0.82 0 0.07
HSL 285.15º 0.84% 0.55% -
HSV(B) 285.15º 0.82% 0.93% -
XYZ 36.71 18.4 80.97 -
YUV 107.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 188 42 236 0.20 0.82 0 0.07 285.15 0.84 0.55
Hex BC 2A EC 14 52 0 7 11D 54 37
Octal 274 52 354 24 122 0 7 435 124 67
Binary 10111100 101010 11101100 10100 1010010 0 111 100011101 1010100 110111

Color Harmonies of #BC2AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AEC

Black with #BC2AEC

Text Example


Text Example

White with #BC2AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AEC; }

 p { color: rgb(188,42,236); }

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

background-color css

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

 a { background-color: rgb(188,42,236); }

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

border-color css

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

 span { border-color: rgb(188,42,236); }

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