Html Css Color HEX #BC2CEF Electric Purple

📋 copy color: '#BC2CEF'

red 188 ◦ green 44 ◦ blue 239

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

Shades of Electric Purple #BC2CEF

Tints of Electric Purple #BC2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.34%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 39.92%
G = 9.34%
B = 50.74%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC2CEF (or 0xBC2CEF) is known color: Electric Purple. HEX triplet: BC, 2C and EF. RGB value is (188,44,239). Sum of RGB (Red+Green+Blue) = 188+44+239=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CEF is #43D310. Grayscale: #6C6C6C. Windows color (decimal): -4444945 or 15674556. OLE color: 15674556.

HSL color Cylindrical-coordinate representation of color #BC2CEF: hue angle of 284.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2CEF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 44 239 -
CMYK 0.21 0.82 0 0.06
HSL 284.31º 0.86% 0.55% -
HSV(B) 284.31º 0.82% 0.94% -
XYZ 37.22 18.72 83.31 -
YUV 109.29 201.21 184.14 -
System Red Green Blue C M Y K H S L
Decimal 188 44 239 0.21 0.82 0 0.06 284.31 0.86 0.55
Hex BC 2C EF 15 52 0 6 11C 56 37
Octal 274 54 357 25 122 0 6 434 126 67
Binary 10111100 101100 11101111 10101 1010010 0 110 100011100 1010110 110111

Color Harmonies of #BC2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CEF

Black with #BC2CEF

Text Example


Text Example

White with #BC2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CEF; }

 p { color: rgb(188,44,239); }

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

background-color css

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

 a { background-color: rgb(188,44,239); }

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

border-color css

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

 span { border-color: rgb(188,44,239); }

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