Html Css Color HEX #BC29E9 Electric Purple

📋 copy color: '#BC29E9'

red 188 ◦ green 41 ◦ blue 233

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

Shades of Electric Purple #BC29E9

Tints of Electric Purple #BC29E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.43%

R = 40.69%
G = 8.87%
B = 50.43%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC29E9 (or 0xBC29E9) is known color: Electric Purple. HEX triplet: BC, 29 and E9. RGB value is (188,41,233). Sum of RGB (Red+Green+Blue) = 188+41+233=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC29E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29E9 is #43D616. Grayscale: #6A6A6A. Windows color (decimal): -4445719 or 15280572. OLE color: 15280572.

HSL color Cylindrical-coordinate representation of color #BC29E9: hue angle of 285.94º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC29E9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 41 233 -
CMYK 0.19 0.82 0 0.09
HSL 285.94º 0.81% 0.54% -
HSV(B) 285.94º 0.82% 0.91% -
XYZ 36.24 18.16 78.69 -
YUV 106.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 188 41 233 0.19 0.82 0 0.09 285.94 0.81 0.54
Hex BC 29 E9 13 52 0 9 11E 51 36
Octal 274 51 351 23 122 0 11 436 121 66
Binary 10111100 101001 11101001 10011 1010010 0 1001 100011110 1010001 110110

Color Harmonies of #BC29E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29E9

Black with #BC29E9

Text Example


Text Example

White with #BC29E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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