Html Css Color HEX #BD29EC Electric Purple

📋 copy color: '#BD29EC'

red 189 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #BD29EC

Tints of Electric Purple #BD29EC

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 40.56%
G = 8.8%
B = 50.64%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD29EC (or 0xBD29EC) is known color: Electric Purple. HEX triplet: BD, 29 and EC. RGB value is (189,41,236). Sum of RGB (Red+Green+Blue) = 189+41+236=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29EC is #42D613. Grayscale: #6A6A6A. Windows color (decimal): -4380180 or 15477181. OLE color: 15477181.

HSL color Cylindrical-coordinate representation of color #BD29EC: hue angle of 285.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD29EC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 41 236 -
CMYK 0.20 0.83 0 0.07
HSL 285.54º 0.84% 0.54% -
HSV(B) 285.54º 0.83% 0.93% -
XYZ 36.92 18.46 80.97 -
YUV 107.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 189 41 236 0.20 0.83 0 0.07 285.54 0.84 0.54
Hex BD 29 EC 14 53 0 7 11E 54 36
Octal 275 51 354 24 123 0 7 436 124 66
Binary 10111101 101001 11101100 10100 1010011 0 111 100011110 1010100 110110

Color Harmonies of #BD29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29EC

Black with #BD29EC

Text Example


Text Example

White with #BD29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29EC; }

 p { color: rgb(189,41,236); }

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

background-color css

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

 a { background-color: rgb(189,41,236); }

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

border-color css

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

 span { border-color: rgb(189,41,236); }

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