Html Css Color HEX #BD20EE Electric Purple

📋 copy color: '#BD20EE'

red 189 ◦ green 32 ◦ blue 238

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

Shades of Electric Purple #BD20EE

Tints of Electric Purple #BD20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.97%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 41.18%
G = 6.97%
B = 51.85%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD20EE (or 0xBD20EE) is known color: Electric Purple. HEX triplet: BD, 20 and EE. RGB value is (189,32,238). Sum of RGB (Red+Green+Blue) = 189+32+238=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EE is #42DF11. Grayscale: #656565. Windows color (decimal): -4382482 or 15605949. OLE color: 15605949.

HSL color Cylindrical-coordinate representation of color #BD20EE: hue angle of 285.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20EE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 32 238 -
CMYK 0.21 0.87 0 0.07
HSL 285.73º 0.86% 0.53% -
HSV(B) 285.73º 0.87% 0.93% -
XYZ 36.94 18.02 82.42 -
YUV 102.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 189 32 238 0.21 0.87 0 0.07 285.73 0.86 0.53
Hex BD 20 EE 15 57 0 7 11E 56 35
Octal 275 40 356 25 127 0 7 436 126 65
Binary 10111101 100000 11101110 10101 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BD20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20EE

Black with #BD20EE

Text Example


Text Example

White with #BD20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20EE; }

 p { color: rgb(189,32,238); }

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

background-color css

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

 a { background-color: rgb(189,32,238); }

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

border-color css

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

 span { border-color: rgb(189,32,238); }

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