Html Css Color HEX #BD22ED Electric Purple

📋 copy color: '#BD22ED'

red 189 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #BD22ED

Tints of Electric Purple #BD22ED

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.39%

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 41.09%
G = 7.39%
B = 51.52%

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

#BD22ED (or 0xBD22ED) is known color: Electric Purple. HEX triplet: BD, 22 and ED. RGB value is (189,34,237). Sum of RGB (Red+Green+Blue) = 189+34+237=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD22ED is #42DD12. Grayscale: #666666. Windows color (decimal): -4381971 or 15540925. OLE color: 15540925.

HSL color Cylindrical-coordinate representation of color #BD22ED: hue angle of 285.81º degrees, saturation: 0.85, 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 #BD22ED is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 34 237 -
CMYK 0.20 0.86 0 0.07
HSL 285.81º 0.85% 0.53% -
HSV(B) 285.81º 0.86% 0.93% -
XYZ 36.84 18.08 81.67 -
YUV 103.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 189 34 237 0.20 0.86 0 0.07 285.81 0.85 0.53
Hex BD 22 ED 14 56 0 7 11E 55 35
Octal 275 42 355 24 126 0 7 436 125 65
Binary 10111101 100010 11101101 10100 1010110 0 111 100011110 1010101 110101

Color Harmonies of #BD22ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD22ED

Black with #BD22ED

Text Example


Text Example

White with #BD22ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD22ED; }

 p { color: rgb(189,34,237); }

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

background-color css

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

 a { background-color: rgb(189,34,237); }

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

border-color css

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

 span { border-color: rgb(189,34,237); }

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