Html Css Color HEX #BC1BEC Electric Purple

📋 copy color: '#BC1BEC'

red 188 ◦ green 27 ◦ blue 236

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

Shades of Electric Purple #BC1BEC

Tints of Electric Purple #BC1BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.99%

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

R = 41.69%
G = 5.99%
B = 52.33%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1BEC (or 0xBC1BEC) is known color: Electric Purple. HEX triplet: BC, 1B and EC. RGB value is (188,27,236). Sum of RGB (Red+Green+Blue) = 188+27+236=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BEC is #43E413. Grayscale: #626262. Windows color (decimal): -4449300 or 15473596. OLE color: 15473596.

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

Color convert

RGB 188 27 236 -
CMYK 0.20 0.89 0 0.07
HSL 286.22º 0.85% 0.52% -
HSV(B) 286.22º 0.89% 0.93% -
XYZ 36.27 17.53 80.83 -
YUV 98.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 188 27 236 0.20 0.89 0 0.07 286.22 0.85 0.52
Hex BC 1B EC 14 59 0 7 11E 55 34
Octal 274 33 354 24 131 0 7 436 125 64
Binary 10111100 11011 11101100 10100 1011001 0 111 100011110 1010101 110100

Color Harmonies of #BC1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BEC

Black with #BC1BEC

Text Example


Text Example

White with #BC1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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