Html Css Color HEX #BC1CE1 Electric Purple

📋 copy color: '#BC1CE1'

red 188 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #BC1CE1

Tints of Electric Purple #BC1CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.35%

 BLUE value IS 225 (88.28% from 255) = 51.02%

R = 42.63%
G = 6.35%
B = 51.02%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC1CE1 (or 0xBC1CE1) is known color: Electric Purple. HEX triplet: BC, 1C and E1. RGB value is (188,28,225). Sum of RGB (Red+Green+Blue) = 188+28+225=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CE1 is #43E31E. Grayscale: #616161. Windows color (decimal): -4449055 or 14752956. OLE color: 14752956.

HSL color Cylindrical-coordinate representation of color #BC1CE1: hue angle of 288.73º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CE1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 28 225 -
CMYK 0.16 0.88 0 0.12
HSL 288.73º 0.78% 0.5% -
HSV(B) 288.73º 0.88% 0.88% -
XYZ 34.74 16.96 72.68 -
YUV 98.3 199.51 191.98 -
System Red Green Blue C M Y K H S L
Decimal 188 28 225 0.16 0.88 0 0.12 288.73 0.78 0.5
Hex BC 1C E1 10 58 0 C 121 4E 32
Octal 274 34 341 20 130 0 14 441 116 62
Binary 10111100 11100 11100001 10000 1011000 0 1100 100100001 1001110 110010

Color Harmonies of #BC1CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CE1

Black with #BC1CE1

Text Example


Text Example

White with #BC1CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CE1; }

 p { color: rgb(188,28,225); }

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

background-color css

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

 a { background-color: rgb(188,28,225); }

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

border-color css

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

 span { border-color: rgb(188,28,225); }

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