Html Css Color HEX #BC1AFF Electric Purple

📋 copy color: '#BC1AFF'

red 188 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #BC1AFF

Tints of Electric Purple #BC1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.54%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 40.09%
G = 5.54%
B = 54.37%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC1AFF (or 0xBC1AFF) is known color: Electric Purple. HEX triplet: BC, 1A and FF. RGB value is (188,26,255). Sum of RGB (Red+Green+Blue) = 188+26+255=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AFF is #43E500. Grayscale: #636363. Windows color (decimal): -4449537 or 16718524. OLE color: 16718524.

HSL color Cylindrical-coordinate representation of color #BC1AFF: hue angle of 282.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1AFF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 26 255 -
CMYK 0.26 0.90 0 0
HSL 282.45º 1% 0.55% -
HSV(B) 282.45º 0.9% 1% -
XYZ 39.16 18.65 96.14 -
YUV 100.54 215.17 190.38 -
System Red Green Blue C M Y K H S L
Decimal 188 26 255 0.26 0.90 0 0 282.45 1 0.55
Hex BC 1A FF 1A 5A 0 0 11A 64 37
Octal 274 32 377 32 132 0 0 432 144 67
Binary 10111100 11010 11111111 11010 1011010 0 0 100011010 1100100 110111

Color Harmonies of #BC1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AFF

Black with #BC1AFF

Text Example


Text Example

White with #BC1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AFF; }

 p { color: rgb(188,26,255); }

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

background-color css

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

 a { background-color: rgb(188,26,255); }

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

border-color css

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

 span { border-color: rgb(188,26,255); }

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