Html Css Color HEX #BD21EF Electric Purple

📋 copy color: '#BD21EF'

red 189 ◦ green 33 ◦ blue 239

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

Shades of Electric Purple #BD21EF

Tints of Electric Purple #BD21EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 41%
G = 7.16%
B = 51.84%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD21EF (or 0xBD21EF) is known color: Electric Purple. HEX triplet: BD, 21 and EF. RGB value is (189,33,239). Sum of RGB (Red+Green+Blue) = 189+33+239=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD21EF is #42DE10. Grayscale: #666666. Windows color (decimal): -4382225 or 15671741. OLE color: 15671741.

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

Color convert

RGB 189 33 239 -
CMYK 0.21 0.86 0 0.06
HSL 285.44º 0.87% 0.53% -
HSV(B) 285.44º 0.86% 0.94% -
XYZ 37.11 18.14 83.21 -
YUV 103.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 189 33 239 0.21 0.86 0 0.06 285.44 0.87 0.53
Hex BD 21 EF 15 56 0 6 11D 57 35
Octal 275 41 357 25 126 0 6 435 127 65
Binary 10111101 100001 11101111 10101 1010110 0 110 100011101 1010111 110101

Color Harmonies of #BD21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21EF

Black with #BD21EF

Text Example


Text Example

White with #BD21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21EF; }

 p { color: rgb(189,33,239); }

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

background-color css

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

 a { background-color: rgb(189,33,239); }

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

border-color css

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

 span { border-color: rgb(189,33,239); }

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