Html Css Color HEX #BC2BEC Electric Purple

📋 copy color: '#BC2BEC'

red 188 ◦ green 43 ◦ blue 236

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

Shades of Electric Purple #BC2BEC

Tints of Electric Purple #BC2BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.21%

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

R = 40.26%
G = 9.21%
B = 50.54%

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

#BC2BEC (or 0xBC2BEC) is known color: Electric Purple. HEX triplet: BC, 2B and EC. RGB value is (188,43,236). Sum of RGB (Red+Green+Blue) = 188+43+236=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BEC is #43D413. Grayscale: #6B6B6B. Windows color (decimal): -4445204 or 15477692. OLE color: 15477692.

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

Color convert

RGB 188 43 236 -
CMYK 0.20 0.82 0 0.07
HSL 285.08º 0.84% 0.55% -
HSV(B) 285.08º 0.82% 0.93% -
XYZ 36.74 18.48 80.99 -
YUV 108.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 188 43 236 0.20 0.82 0 0.07 285.08 0.84 0.55
Hex BC 2B EC 14 52 0 7 11D 54 37
Octal 274 53 354 24 122 0 7 435 124 67
Binary 10111100 101011 11101100 10100 1010010 0 111 100011101 1010100 110111

Color Harmonies of #BC2BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BEC

Black with #BC2BEC

Text Example


Text Example

White with #BC2BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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