Html Css Color HEX #BC26ED Electric Purple

📋 copy color: '#BC26ED'

red 188 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #BC26ED

Tints of Electric Purple #BC26ED

RGB

 RED value IS 188 (73.83% from 255) = 40.6%

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

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

R = 40.6%
G = 8.21%
B = 51.19%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC26ED (or 0xBC26ED) is known color: Electric Purple. HEX triplet: BC, 26 and ED. RGB value is (188,38,237). Sum of RGB (Red+Green+Blue) = 188+38+237=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26ED is #43D912. Grayscale: #686868. Windows color (decimal): -4446483 or 15541948. OLE color: 15541948.

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

Color convert

RGB 188 38 237 -
CMYK 0.21 0.84 0 0.07
HSL 285.23º 0.85% 0.54% -
HSV(B) 285.23º 0.84% 0.93% -
XYZ 36.72 18.19 81.7 -
YUV 105.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 188 38 237 0.21 0.84 0 0.07 285.23 0.85 0.54
Hex BC 26 ED 15 54 0 7 11D 55 36
Octal 274 46 355 25 124 0 7 435 125 66
Binary 10111100 100110 11101101 10101 1010100 0 111 100011101 1010101 110110

Color Harmonies of #BC26ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26ED

Black with #BC26ED

Text Example


Text Example

White with #BC26ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26ED; }

 p { color: rgb(188,38,237); }

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

background-color css

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

 a { background-color: rgb(188,38,237); }

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

border-color css

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

 span { border-color: rgb(188,38,237); }

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