Html Css Color HEX #BC1AFD Electric Purple

📋 copy color: '#BC1AFD'

red 188 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #BC1AFD

Tints of Electric Purple #BC1AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 40.26%
G = 5.57%
B = 54.18%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC1AFD (or 0xBC1AFD) is known color: Electric Purple. HEX triplet: BC, 1A and FD. RGB value is (188,26,253). Sum of RGB (Red+Green+Blue) = 188+26+253=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC1AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AFD is #43E502. Grayscale: #636363. Windows color (decimal): -4449539 or 16587452. OLE color: 16587452.

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

Color convert

RGB 188 26 253 -
CMYK 0.26 0.90 0 0.01
HSL 282.82º 0.98% 0.55% -
HSV(B) 282.82º 0.9% 0.99% -
XYZ 38.84 18.52 94.46 -
YUV 100.32 214.17 190.54 -
System Red Green Blue C M Y K H S L
Decimal 188 26 253 0.26 0.90 0 0.01 282.82 0.98 0.55
Hex BC 1A FD 1A 5A 0 1 11B 62 37
Octal 274 32 375 32 132 0 1 433 142 67
Binary 10111100 11010 11111101 11010 1011010 0 1 100011011 1100010 110111

Color Harmonies of #BC1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AFD

Black with #BC1AFD

Text Example


Text Example

White with #BC1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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