Html Css Color HEX #BC1CEF Electric Purple

📋 copy color: '#BC1CEF'

red 188 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #BC1CEF

Tints of Electric Purple #BC1CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.15%

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

R = 41.32%
G = 6.15%
B = 52.53%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC1CEF (or 0xBC1CEF) is known color: Electric Purple. HEX triplet: BC, 1C and EF. RGB value is (188,28,239). Sum of RGB (Red+Green+Blue) = 188+28+239=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CEF is #43E310. Grayscale: #636363. Windows color (decimal): -4449041 or 15670460. OLE color: 15670460.

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

Color convert

RGB 188 28 239 -
CMYK 0.21 0.88 0 0.06
HSL 285.5º 0.87% 0.52% -
HSV(B) 285.5º 0.88% 0.94% -
XYZ 36.73 17.75 83.15 -
YUV 99.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 188 28 239 0.21 0.88 0 0.06 285.5 0.87 0.52
Hex BC 1C EF 15 58 0 6 11D 57 34
Octal 274 34 357 25 130 0 6 435 127 64
Binary 10111100 11100 11101111 10101 1011000 0 110 100011101 1010111 110100

Color Harmonies of #BC1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CEF

Black with #BC1CEF

Text Example


Text Example

White with #BC1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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