Html Css Color HEX #BC25EE Electric Purple

📋 copy color: '#BC25EE'

red 188 ◦ green 37 ◦ blue 238

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

Shades of Electric Purple #BC25EE

Tints of Electric Purple #BC25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.99%

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

R = 40.6%
G = 7.99%
B = 51.4%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC25EE (or 0xBC25EE) is known color: Electric Purple. HEX triplet: BC, 25 and EE. RGB value is (188,37,238). Sum of RGB (Red+Green+Blue) = 188+37+238=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25EE is #43DA11. Grayscale: #686868. Windows color (decimal): -4446738 or 15607228. OLE color: 15607228.

HSL color Cylindrical-coordinate representation of color #BC25EE: hue angle of 285.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC25EE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 37 238 -
CMYK 0.21 0.84 0 0.07
HSL 285.07º 0.86% 0.54% -
HSV(B) 285.07º 0.84% 0.93% -
XYZ 36.83 18.19 82.46 -
YUV 105.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 188 37 238 0.21 0.84 0 0.07 285.07 0.86 0.54
Hex BC 25 EE 15 54 0 7 11D 56 36
Octal 274 45 356 25 124 0 7 435 126 66
Binary 10111100 100101 11101110 10101 1010100 0 111 100011101 1010110 110110

Color Harmonies of #BC25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25EE

Black with #BC25EE

Text Example


Text Example

White with #BC25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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