Html Css Color HEX #BC1FE8 Electric Purple

📋 copy color: '#BC1FE8'

red 188 ◦ green 31 ◦ blue 232

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

Shades of Electric Purple #BC1FE8

Tints of Electric Purple #BC1FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.44%

R = 41.69%
G = 6.87%
B = 51.44%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC1FE8 (or 0xBC1FE8) is known color: Electric Purple. HEX triplet: BC, 1F and E8. RGB value is (188,31,232). Sum of RGB (Red+Green+Blue) = 188+31+232=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC1FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FE8 is #43E017. Grayscale: #646464. Windows color (decimal): -4448280 or 15212476. OLE color: 15212476.

HSL color Cylindrical-coordinate representation of color #BC1FE8: hue angle of 286.87º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1FE8 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 31 232 -
CMYK 0.19 0.87 0 0.09
HSL 286.87º 0.81% 0.52% -
HSV(B) 286.87º 0.87% 0.91% -
XYZ 35.79 17.5 77.83 -
YUV 100.86 202.01 190.16 -
System Red Green Blue C M Y K H S L
Decimal 188 31 232 0.19 0.87 0 0.09 286.87 0.81 0.52
Hex BC 1F E8 13 57 0 9 11F 51 34
Octal 274 37 350 23 127 0 11 437 121 64
Binary 10111100 11111 11101000 10011 1010111 0 1001 100011111 1010001 110100

Color Harmonies of #BC1FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FE8

Black with #BC1FE8

Text Example


Text Example

White with #BC1FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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