Html Css Color HEX #BC29F1 Electric Purple

📋 copy color: '#BC29F1'

red 188 ◦ green 41 ◦ blue 241

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

Shades of Electric Purple #BC29F1

Tints of Electric Purple #BC29F1

RGB

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

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

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

R = 40%
G = 8.72%
B = 51.28%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC29F1 (or 0xBC29F1) is known color: Electric Purple. HEX triplet: BC, 29 and F1. RGB value is (188,41,241). Sum of RGB (Red+Green+Blue) = 188+41+241=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC29F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29F1 is #43D60E. Grayscale: #6B6B6B. Windows color (decimal): -4445711 or 15804860. OLE color: 15804860.

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

Color convert

RGB 188 41 241 -
CMYK 0.22 0.83 0 0.05
HSL 284.1º 0.88% 0.55% -
HSV(B) 284.1º 0.83% 0.95% -
XYZ 37.41 18.63 84.84 -
YUV 107.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 188 41 241 0.22 0.83 0 0.05 284.1 0.88 0.55
Hex BC 29 F1 16 53 0 5 11C 58 37
Octal 274 51 361 26 123 0 5 434 130 67
Binary 10111100 101001 11110001 10110 1010011 0 101 100011100 1011000 110111

Color Harmonies of #BC29F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29F1

Black with #BC29F1

Text Example


Text Example

White with #BC29F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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