Html Css Color HEX #BD20EC Electric Purple

📋 copy color: '#BD20EC'

red 189 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #BD20EC

Tints of Electric Purple #BD20EC

RGB

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

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

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

R = 41.36%
G = 7%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD20EC (or 0xBD20EC) is known color: Electric Purple. HEX triplet: BD, 20 and EC. RGB value is (189,32,236). Sum of RGB (Red+Green+Blue) = 189+32+236=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EC is #42DF13. Grayscale: #656565. Windows color (decimal): -4382484 or 15474877. OLE color: 15474877.

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

Color convert

RGB 189 32 236 -
CMYK 0.20 0.86 0 0.07
HSL 286.18º 0.84% 0.53% -
HSV(B) 286.18º 0.86% 0.93% -
XYZ 36.64 17.91 80.88 -
YUV 102.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 189 32 236 0.20 0.86 0 0.07 286.18 0.84 0.53
Hex BD 20 EC 14 56 0 7 11E 54 35
Octal 275 40 354 24 126 0 7 436 124 65
Binary 10111101 100000 11101100 10100 1010110 0 111 100011110 1010100 110101

Color Harmonies of #BD20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20EC

Black with #BD20EC

Text Example


Text Example

White with #BD20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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