Html Css Color HEX #BC1EEA Electric Purple

📋 copy color: '#BC1EEA'

red 188 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #BC1EEA

Tints of Electric Purple #BC1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.64%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 41.59%
G = 6.64%
B = 51.77%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC1EEA (or 0xBC1EEA) is known color: Electric Purple. HEX triplet: BC, 1E and EA. RGB value is (188,30,234). Sum of RGB (Red+Green+Blue) = 188+30+234=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EEA is #43E115. Grayscale: #636363. Windows color (decimal): -4448534 or 15343292. OLE color: 15343292.

HSL color Cylindrical-coordinate representation of color #BC1EEA: hue angle of 286.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1EEA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 30 234 -
CMYK 0.20 0.87 0 0.08
HSL 286.47º 0.83% 0.52% -
HSV(B) 286.47º 0.87% 0.92% -
XYZ 36.05 17.56 79.33 -
YUV 100.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 188 30 234 0.20 0.87 0 0.08 286.47 0.83 0.52
Hex BC 1E EA 14 57 0 8 11E 53 34
Octal 274 36 352 24 127 0 10 436 123 64
Binary 10111100 11110 11101010 10100 1010111 0 1000 100011110 1010011 110100

Color Harmonies of #BC1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EEA

Black with #BC1EEA

Text Example


Text Example

White with #BC1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EEA; }

 p { color: rgb(188,30,234); }

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

background-color css

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

 a { background-color: rgb(188,30,234); }

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

border-color css

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

 span { border-color: rgb(188,30,234); }

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