Html Css Color HEX #BC29EB Electric Purple

📋 copy color: '#BC29EB'

red 188 ◦ green 41 ◦ blue 235

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

Shades of Electric Purple #BC29EB

Tints of Electric Purple #BC29EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 40.52%
G = 8.84%
B = 50.65%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC29EB (or 0xBC29EB) is known color: Electric Purple. HEX triplet: BC, 29 and EB. RGB value is (188,41,235). Sum of RGB (Red+Green+Blue) = 188+41+235=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC29EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29EB is #43D614. Grayscale: #6A6A6A. Windows color (decimal): -4445717 or 15411644. OLE color: 15411644.

HSL color Cylindrical-coordinate representation of color #BC29EB: hue angle of 285.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC29EB is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 41 235 -
CMYK 0.2 0.83 0 0.08
HSL 285.46º 0.83% 0.54% -
HSV(B) 285.46º 0.83% 0.92% -
XYZ 36.53 18.28 80.2 -
YUV 107.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 188 41 235 0.2 0.83 0 0.08 285.46 0.83 0.54
Hex BC 29 EB 14 53 0 8 11D 53 36
Octal 274 51 353 24 123 0 10 435 123 66
Binary 10111100 101001 11101011 10100 1010011 0 1000 100011101 1010011 110110

Color Harmonies of #BC29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29EB

Black with #BC29EB

Text Example


Text Example

White with #BC29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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