Html Css Color HEX #BD29E8 Electric Purple

📋 copy color: '#BD29E8'

red 189 ◦ green 41 ◦ blue 232

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

Shades of Electric Purple #BD29E8

Tints of Electric Purple #BD29E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.22%

R = 40.91%
G = 8.87%
B = 50.22%

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

#BD29E8 (or 0xBD29E8) is known color: Electric Purple. HEX triplet: BD, 29 and E8. RGB value is (189,41,232). Sum of RGB (Red+Green+Blue) = 189+41+232=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD29E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29E8 is #42D617. Grayscale: #6A6A6A. Windows color (decimal): -4380184 or 15215037. OLE color: 15215037.

HSL color Cylindrical-coordinate representation of color #BD29E8: hue angle of 286.49º 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 #BD29E8 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 41 232 -
CMYK 0.19 0.82 0 0.09
HSL 286.49º 0.81% 0.54% -
HSV(B) 286.49º 0.82% 0.91% -
XYZ 36.34 18.23 77.95 -
YUV 107.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 189 41 232 0.19 0.82 0 0.09 286.49 0.81 0.54
Hex BD 29 E8 13 52 0 9 11E 51 36
Octal 275 51 350 23 122 0 11 436 121 66
Binary 10111101 101001 11101000 10011 1010010 0 1001 100011110 1010001 110110

Color Harmonies of #BD29E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29E8

Black with #BD29E8

Text Example


Text Example

White with #BD29E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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