Html Css Color HEX #BC1AF1 Electric Purple

📋 copy color: '#BC1AF1'

red 188 ◦ green 26 ◦ blue 241

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

Shades of Electric Purple #BC1AF1

Tints of Electric Purple #BC1AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 41.32%
G = 5.71%
B = 52.97%

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

#BC1AF1 (or 0xBC1AF1) is known color: Electric Purple. HEX triplet: BC, 1A and F1. RGB value is (188,26,241). Sum of RGB (Red+Green+Blue) = 188+26+241=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC1AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF1 is #43E50E. Grayscale: #626262. Windows color (decimal): -4449551 or 15801020. OLE color: 15801020.

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

Color convert

RGB 188 26 241 -
CMYK 0.22 0.89 0 0.05
HSL 285.21º 0.88% 0.52% -
HSV(B) 285.21º 0.89% 0.95% -
XYZ 36.99 17.78 84.7 -
YUV 98.95 208.17 191.52 -
System Red Green Blue C M Y K H S L
Decimal 188 26 241 0.22 0.89 0 0.05 285.21 0.88 0.52
Hex BC 1A F1 16 59 0 5 11D 58 34
Octal 274 32 361 26 131 0 5 435 130 64
Binary 10111100 11010 11110001 10110 1011001 0 101 100011101 1011000 110100

Color Harmonies of #BC1AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AF1

Black with #BC1AF1

Text Example


Text Example

White with #BC1AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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