Html Css Color HEX #BC1DF7 Electric Purple

📋 copy color: '#BC1DF7'

red 188 ◦ green 29 ◦ blue 247

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

Shades of Electric Purple #BC1DF7

Tints of Electric Purple #BC1DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.25%

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 40.52%
G = 6.25%
B = 53.23%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC1DF7 (or 0xBC1DF7) is known color: Electric Purple. HEX triplet: BC, 1D and F7. RGB value is (188,29,247). Sum of RGB (Red+Green+Blue) = 188+29+247=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC1DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DF7 is #43E208. Grayscale: #646464. Windows color (decimal): -4448777 or 16195004. OLE color: 16195004.

HSL color Cylindrical-coordinate representation of color #BC1DF7: hue angle of 283.76º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1DF7 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 29 247 -
CMYK 0.24 0.88 0 0.03
HSL 283.76º 0.93% 0.54% -
HSV(B) 283.76º 0.88% 0.97% -
XYZ 37.97 18.29 89.52 -
YUV 101.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 188 29 247 0.24 0.88 0 0.03 283.76 0.93 0.54
Hex BC 1D F7 18 58 0 3 11C 5D 36
Octal 274 35 367 30 130 0 3 434 135 66
Binary 10111100 11101 11110111 11000 1011000 0 11 100011100 1011101 110110

Color Harmonies of #BC1DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DF7

Black with #BC1DF7

Text Example


Text Example

White with #BC1DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DF7; }

 p { color: rgb(188,29,247); }

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

background-color css

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

 a { background-color: rgb(188,29,247); }

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

border-color css

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

 span { border-color: rgb(188,29,247); }

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