Html Css Color HEX #BC1AF2 Electric Purple

📋 copy color: '#BC1AF2'

red 188 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #BC1AF2

Tints of Electric Purple #BC1AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 41.23%
G = 5.7%
B = 53.07%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC1AF2 (or 0xBC1AF2) is known color: Electric Purple. HEX triplet: BC, 1A and F2. RGB value is (188,26,242). Sum of RGB (Red+Green+Blue) = 188+26+242=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC1AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF2 is #43E50D. Grayscale: #626262. Windows color (decimal): -4449550 or 15866556. OLE color: 15866556.

HSL color Cylindrical-coordinate representation of color #BC1AF2: hue angle of 285º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1AF2 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 26 242 -
CMYK 0.22 0.89 0 0.05
HSL 285º 0.89% 0.53% -
HSV(B) 285º 0.89% 0.95% -
XYZ 37.14 17.84 85.49 -
YUV 99.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 188 26 242 0.22 0.89 0 0.05 285 0.89 0.53
Hex BC 1A F2 16 59 0 5 11D 59 35
Octal 274 32 362 26 131 0 5 435 131 65
Binary 10111100 11010 11110010 10110 1011001 0 101 100011101 1011001 110101

Color Harmonies of #BC1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AF2

Black with #BC1AF2

Text Example


Text Example

White with #BC1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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