Html Css Color HEX #BD26EC Electric Purple

📋 copy color: '#BD26EC'

red 189 ◦ green 38 ◦ blue 236

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

Shades of Electric Purple #BD26EC

Tints of Electric Purple #BD26EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.21%

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

R = 40.82%
G = 8.21%
B = 50.97%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD26EC (or 0xBD26EC) is known color: Electric Purple. HEX triplet: BD, 26 and EC. RGB value is (189,38,236). Sum of RGB (Red+Green+Blue) = 189+38+236=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD26EC is #42D913. Grayscale: #696969. Windows color (decimal): -4380948 or 15476413. OLE color: 15476413.

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

Color convert

RGB 189 38 236 -
CMYK 0.20 0.84 0 0.07
HSL 285.76º 0.84% 0.54% -
HSV(B) 285.76º 0.84% 0.93% -
XYZ 36.82 18.26 80.94 -
YUV 105.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 189 38 236 0.20 0.84 0 0.07 285.76 0.84 0.54
Hex BD 26 EC 14 54 0 7 11E 54 36
Octal 275 46 354 24 124 0 7 436 124 66
Binary 10111101 100110 11101100 10100 1010100 0 111 100011110 1010100 110110

Color Harmonies of #BD26EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26EC

Black with #BD26EC

Text Example


Text Example

White with #BD26EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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