Html Css Color HEX #BC1AF8 Electric Purple

📋 copy color: '#BC1AF8'

red 188 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #BC1AF8

Tints of Electric Purple #BC1AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 40.69%
G = 5.63%
B = 53.68%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC1AF8 (or 0xBC1AF8) is known color: Electric Purple. HEX triplet: BC, 1A and F8. RGB value is (188,26,248). Sum of RGB (Red+Green+Blue) = 188+26+248=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC1AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AF8 is #43E507. Grayscale: #636363. Windows color (decimal): -4449544 or 16259772. OLE color: 16259772.

HSL color Cylindrical-coordinate representation of color #BC1AF8: hue angle of 283.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1AF8 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 26 248 -
CMYK 0.24 0.90 0 0.03
HSL 283.78º 0.94% 0.54% -
HSV(B) 283.78º 0.9% 0.97% -
XYZ 38.05 18.21 90.32 -
YUV 99.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 188 26 248 0.24 0.90 0 0.03 283.78 0.94 0.54
Hex BC 1A F8 18 5A 0 3 11C 5E 36
Octal 274 32 370 30 132 0 3 434 136 66
Binary 10111100 11010 11111000 11000 1011010 0 11 100011100 1011110 110110

Color Harmonies of #BC1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AF8

Black with #BC1AF8

Text Example


Text Example

White with #BC1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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