Html Css Color HEX #B11AEE Electric Purple

📋 copy color: '#B11AEE'

red 177 ◦ green 26 ◦ blue 238

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

Shades of Electric Purple #B11AEE

Tints of Electric Purple #B11AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 40.14%
G = 5.9%
B = 53.97%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11AEE (or 0xB11AEE) is known color: Electric Purple. HEX triplet: B1, 1A and EE. RGB value is (177,26,238). Sum of RGB (Red+Green+Blue) = 177+26+238=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B11AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AEE is #4EE511. Grayscale: #5E5E5E. Windows color (decimal): -5170450 or 15604401. OLE color: 15604401.

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

Color convert

RGB 177 26 238 -
CMYK 0.26 0.89 0 0.07
HSL 282.74º 0.86% 0.52% -
HSV(B) 282.74º 0.89% 0.93% -
XYZ 33.93 16.26 82.24 -
YUV 95.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 177 26 238 0.26 0.89 0 0.07 282.74 0.86 0.52
Hex B1 1A EE 1A 59 0 7 11B 56 34
Octal 261 32 356 32 131 0 7 433 126 64
Binary 10110001 11010 11101110 11010 1011001 0 111 100011011 1010110 110100

Color Harmonies of #B11AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AEE

Black with #B11AEE

Text Example


Text Example

White with #B11AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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