Html Css Color HEX #BC1FEE Electric Purple

📋 copy color: '#BC1FEE'

red 188 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #BC1FEE

Tints of Electric Purple #BC1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

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

R = 41.14%
G = 6.78%
B = 52.08%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1FEE (or 0xBC1FEE) is known color: Electric Purple. HEX triplet: BC, 1F and EE. RGB value is (188,31,238). Sum of RGB (Red+Green+Blue) = 188+31+238=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FEE is #43E011. Grayscale: #646464. Windows color (decimal): -4448274 or 15605692. OLE color: 15605692.

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

Color convert

RGB 188 31 238 -
CMYK 0.21 0.87 0 0.07
HSL 285.51º 0.86% 0.53% -
HSV(B) 285.51º 0.87% 0.93% -
XYZ 36.66 17.84 82.4 -
YUV 101.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 188 31 238 0.21 0.87 0 0.07 285.51 0.86 0.53
Hex BC 1F EE 15 57 0 7 11E 56 35
Octal 274 37 356 25 127 0 7 436 126 65
Binary 10111100 11111 11101110 10101 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BC1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FEE

Black with #BC1FEE

Text Example


Text Example

White with #BC1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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