Html Css Color HEX #BC19EE Electric Purple

📋 copy color: '#BC19EE'

red 188 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #BC19EE

Tints of Electric Purple #BC19EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 41.69%
G = 5.54%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC19EE (or 0xBC19EE) is known color: Electric Purple. HEX triplet: BC, 19 and EE. RGB value is (188,25,238). Sum of RGB (Red+Green+Blue) = 188+25+238=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19EE is #43E611. Grayscale: #616161. Windows color (decimal): -4449810 or 15604156. OLE color: 15604156.

HSL color Cylindrical-coordinate representation of color #BC19EE: hue angle of 285.92º degrees, saturation: 0.86, 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 #BC19EE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 25 238 -
CMYK 0.21 0.89 0 0.07
HSL 285.92º 0.86% 0.52% -
HSV(B) 285.92º 0.89% 0.93% -
XYZ 36.52 17.56 82.35 -
YUV 98.02 207 192.18 -
System Red Green Blue C M Y K H S L
Decimal 188 25 238 0.21 0.89 0 0.07 285.92 0.86 0.52
Hex BC 19 EE 15 59 0 7 11E 56 34
Octal 274 31 356 25 131 0 7 436 126 64
Binary 10111100 11001 11101110 10101 1011001 0 111 100011110 1010110 110100

Color Harmonies of #BC19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19EE

Black with #BC19EE

Text Example


Text Example

White with #BC19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19EE; }

 p { color: rgb(188,25,238); }

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

background-color css

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

 a { background-color: rgb(188,25,238); }

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

border-color css

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

 span { border-color: rgb(188,25,238); }

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