Html Css Color HEX #BD29EA Electric Purple

📋 copy color: '#BD29EA'

red 189 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #BD29EA

Tints of Electric Purple #BD29EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 40.73%
G = 8.84%
B = 50.43%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD29EA (or 0xBD29EA) is known color: Electric Purple. HEX triplet: BD, 29 and EA. RGB value is (189,41,234). Sum of RGB (Red+Green+Blue) = 189+41+234=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29EA is #42D615. Grayscale: #6A6A6A. Windows color (decimal): -4380182 or 15346109. OLE color: 15346109.

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

Color convert

RGB 189 41 234 -
CMYK 0.19 0.82 0 0.08
HSL 286.01º 0.82% 0.54% -
HSV(B) 286.01º 0.82% 0.92% -
XYZ 36.63 18.35 79.45 -
YUV 107.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 189 41 234 0.19 0.82 0 0.08 286.01 0.82 0.54
Hex BD 29 EA 13 52 0 8 11E 52 36
Octal 275 51 352 23 122 0 10 436 122 66
Binary 10111101 101001 11101010 10011 1010010 0 1000 100011110 1010010 110110

Color Harmonies of #BD29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29EA

Black with #BD29EA

Text Example


Text Example

White with #BD29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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