Html Css Color HEX #BC1EE9 Electric Purple

📋 copy color: '#BC1EE9'

red 188 ◦ green 30 ◦ blue 233

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

Shades of Electric Purple #BC1EE9

Tints of Electric Purple #BC1EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.66%

R = 41.69%
G = 6.65%
B = 51.66%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC1EE9 (or 0xBC1EE9) is known color: Electric Purple. HEX triplet: BC, 1E and E9. RGB value is (188,30,233). Sum of RGB (Red+Green+Blue) = 188+30+233=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC1EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EE9 is #43E116. Grayscale: #636363. Windows color (decimal): -4448535 or 15277756. OLE color: 15277756.

HSL color Cylindrical-coordinate representation of color #BC1EE9: hue angle of 286.7º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1EE9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 30 233 -
CMYK 0.19 0.87 0 0.09
HSL 286.7º 0.82% 0.52% -
HSV(B) 286.7º 0.87% 0.91% -
XYZ 35.91 17.5 78.58 -
YUV 100.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 188 30 233 0.19 0.87 0 0.09 286.7 0.82 0.52
Hex BC 1E E9 13 57 0 9 11F 52 34
Octal 274 36 351 23 127 0 11 437 122 64
Binary 10111100 11110 11101001 10011 1010111 0 1001 100011111 1010010 110100

Color Harmonies of #BC1EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EE9

Black with #BC1EE9

Text Example


Text Example

White with #BC1EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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