Html Css Color HEX #BC26E9 Electric Purple

📋 copy color: '#BC26E9'

red 188 ◦ green 38 ◦ blue 233

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

Shades of Electric Purple #BC26E9

Tints of Electric Purple #BC26E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.76%

R = 40.96%
G = 8.28%
B = 50.76%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC26E9 (or 0xBC26E9) is known color: Electric Purple. HEX triplet: BC, 26 and E9. RGB value is (188,38,233). Sum of RGB (Red+Green+Blue) = 188+38+233=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC26E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26E9 is #43D916. Grayscale: #686868. Windows color (decimal): -4446487 or 15279804. OLE color: 15279804.

HSL color Cylindrical-coordinate representation of color #BC26E9: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC26E9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 38 233 -
CMYK 0.19 0.84 0 0.09
HSL 286.15º 0.82% 0.53% -
HSV(B) 286.15º 0.84% 0.91% -
XYZ 36.14 17.96 78.65 -
YUV 105.08 200.2 187.14 -
System Red Green Blue C M Y K H S L
Decimal 188 38 233 0.19 0.84 0 0.09 286.15 0.82 0.53
Hex BC 26 E9 13 54 0 9 11E 52 35
Octal 274 46 351 23 124 0 11 436 122 65
Binary 10111100 100110 11101001 10011 1010100 0 1001 100011110 1010010 110101

Color Harmonies of #BC26E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26E9

Black with #BC26E9

Text Example


Text Example

White with #BC26E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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