Html Css Color HEX #BD20EA Electric Purple

📋 copy color: '#BD20EA'

red 189 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #BD20EA

Tints of Electric Purple #BD20EA

RGB

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

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

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

R = 41.54%
G = 7.03%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD20EA (or 0xBD20EA) is known color: Electric Purple. HEX triplet: BD, 20 and EA. RGB value is (189,32,234). Sum of RGB (Red+Green+Blue) = 189+32+234=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EA is #42DF15. Grayscale: #656565. Windows color (decimal): -4382486 or 15343805. OLE color: 15343805.

HSL color Cylindrical-coordinate representation of color #BD20EA: hue angle of 286.63º degrees, saturation: 0.83, 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 #BD20EA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 32 234 -
CMYK 0.19 0.86 0 0.08
HSL 286.63º 0.83% 0.52% -
HSV(B) 286.63º 0.86% 0.92% -
XYZ 36.35 17.79 79.36 -
YUV 101.97 202.51 190.07 -
System Red Green Blue C M Y K H S L
Decimal 189 32 234 0.19 0.86 0 0.08 286.63 0.83 0.52
Hex BD 20 EA 13 56 0 8 11F 53 34
Octal 275 40 352 23 126 0 10 437 123 64
Binary 10111101 100000 11101010 10011 1010110 0 1000 100011111 1010011 110100

Color Harmonies of #BD20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20EA

Black with #BD20EA

Text Example


Text Example

White with #BD20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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