Html Css Color HEX #B11AEC Electric Purple

📋 copy color: '#B11AEC'

red 177 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #B11AEC

Tints of Electric Purple #B11AEC

RGB

 RED value IS 177 (69.53% from 255) = 40.32%

 GREEN value IS 26 (10.55% from 255) = 5.92%

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

R = 40.32%
G = 5.92%
B = 53.76%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11AEC (or 0xB11AEC) is known color: Electric Purple. HEX triplet: B1, 1A and EC. RGB value is (177,26,236). Sum of RGB (Red+Green+Blue) = 177+26+236=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #B11AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AEC is #4EE513. Grayscale: #5E5E5E. Windows color (decimal): -5170452 or 15473329. OLE color: 15473329.

HSL color Cylindrical-coordinate representation of color #B11AEC: hue angle of 283.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AEC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 26 236 -
CMYK 0.25 0.89 0 0.07
HSL 283.14º 0.85% 0.51% -
HSV(B) 283.14º 0.89% 0.93% -
XYZ 33.64 16.14 80.7 -
YUV 95.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 177 26 236 0.25 0.89 0 0.07 283.14 0.85 0.51
Hex B1 1A EC 19 59 0 7 11B 55 33
Octal 261 32 354 31 131 0 7 433 125 63
Binary 10110001 11010 11101100 11001 1011001 0 111 100011011 1010101 110011

Color Harmonies of #B11AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AEC

Black with #B11AEC

Text Example


Text Example

White with #B11AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AEC; }

 p { color: rgb(177,26,236); }

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

background-color css

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

 a { background-color: rgb(177,26,236); }

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

border-color css

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

 span { border-color: rgb(177,26,236); }

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