Html Css Color HEX #B11EEE Electric Purple

📋 copy color: '#B11EEE'

red 177 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #B11EEE

Tints of Electric Purple #B11EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

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

R = 39.78%
G = 6.74%
B = 53.48%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11EEE (or 0xB11EEE) is known color: Electric Purple. HEX triplet: B1, 1E and EE. RGB value is (177,30,238). Sum of RGB (Red+Green+Blue) = 177+30+238=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #B11EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EEE is #4EE111. Grayscale: #606060. Windows color (decimal): -5169426 or 15605425. OLE color: 15605425.

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

Color convert

RGB 177 30 238 -
CMYK 0.26 0.87 0 0.07
HSL 282.4º 0.86% 0.53% -
HSV(B) 282.4º 0.87% 0.93% -
XYZ 34.03 16.45 82.27 -
YUV 97.67 207.2 184.59 -
System Red Green Blue C M Y K H S L
Decimal 177 30 238 0.26 0.87 0 0.07 282.4 0.86 0.53
Hex B1 1E EE 1A 57 0 7 11A 56 35
Octal 261 36 356 32 127 0 7 432 126 65
Binary 10110001 11110 11101110 11010 1010111 0 111 100011010 1010110 110101

Color Harmonies of #B11EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EEE

Black with #B11EEE

Text Example


Text Example

White with #B11EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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