Html Css Color HEX #BC29FE Electric Purple

📋 copy color: '#BC29FE'

red 188 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #BC29FE

Tints of Electric Purple #BC29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.49%

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 38.92%
G = 8.49%
B = 52.59%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC29FE (or 0xBC29FE) is known color: Electric Purple. HEX triplet: BC, 29 and FE. RGB value is (188,41,254). Sum of RGB (Red+Green+Blue) = 188+41+254=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29FE is #43D601. Grayscale: #6C6C6C. Windows color (decimal): -4445698 or 16656828. OLE color: 16656828.

HSL color Cylindrical-coordinate representation of color #BC29FE: hue angle of 281.41º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC29FE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 41 254 -
CMYK 0.26 0.84 0 0.00
HSL 281.41º 0.99% 0.58% -
HSV(B) 281.41º 0.84% 1% -
XYZ 39.42 19.43 95.44 -
YUV 109.24 209.7 184.18 -
System Red Green Blue C M Y K H S L
Decimal 188 41 254 0.26 0.84 0 0.00 281.41 0.99 0.58
Hex BC 29 FE 1A 54 0 0 119 63 3A
Octal 274 51 376 32 124 0 0 431 143 72
Binary 10111100 101001 11111110 11010 1010100 0 0 100011001 1100011 111010

Color Harmonies of #BC29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29FE

Black with #BC29FE

Text Example


Text Example

White with #BC29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29FE; }

 p { color: rgb(188,41,254); }

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

background-color css

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

 a { background-color: rgb(188,41,254); }

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

border-color css

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

 span { border-color: rgb(188,41,254); }

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