Html Css Color HEX #BD20EB Electric Purple

📋 copy color: '#BD20EB'

red 189 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #BD20EB

Tints of Electric Purple #BD20EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 41.45%
G = 7.02%
B = 51.54%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD20EB (or 0xBD20EB) is known color: Electric Purple. HEX triplet: BD, 20 and EB. RGB value is (189,32,235). Sum of RGB (Red+Green+Blue) = 189+32+235=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EB is #42DF14. Grayscale: #656565. Windows color (decimal): -4382485 or 15409341. OLE color: 15409341.

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

Color convert

RGB 189 32 235 -
CMYK 0.20 0.86 0 0.08
HSL 286.4º 0.84% 0.52% -
HSV(B) 286.4º 0.86% 0.92% -
XYZ 36.5 17.85 80.12 -
YUV 102.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 189 32 235 0.20 0.86 0 0.08 286.4 0.84 0.52
Hex BD 20 EB 14 56 0 8 11E 54 34
Octal 275 40 353 24 126 0 10 436 124 64
Binary 10111101 100000 11101011 10100 1010110 0 1000 100011110 1010100 110100

Color Harmonies of #BD20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20EB

Black with #BD20EB

Text Example


Text Example

White with #BD20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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