Html Css Color HEX #B11BE5 Electric Purple

📋 copy color: '#B11BE5'

red 177 ◦ green 27 ◦ blue 229

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

Shades of Electric Purple #B11BE5

Tints of Electric Purple #B11BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

 BLUE value IS 229 (89.84% from 255) = 52.89%

R = 40.88%
G = 6.24%
B = 52.89%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B11BE5 (or 0xB11BE5) is known color: Electric Purple. HEX triplet: B1, 1B and E5. RGB value is (177,27,229). Sum of RGB (Red+Green+Blue) = 177+27+229=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #B11BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BE5 is #4EE41A. Grayscale: #5E5E5E. Windows color (decimal): -5170203 or 15014833. OLE color: 15014833.

HSL color Cylindrical-coordinate representation of color #B11BE5: hue angle of 284.55º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11BE5 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 27 229 -
CMYK 0.23 0.88 0 0.10
HSL 284.55º 0.8% 0.5% -
HSV(B) 284.55º 0.88% 0.9% -
XYZ 32.67 15.79 75.45 -
YUV 94.88 203.7 186.57 -
System Red Green Blue C M Y K H S L
Decimal 177 27 229 0.23 0.88 0 0.10 284.55 0.8 0.5
Hex B1 1B E5 17 58 0 A 11D 50 32
Octal 261 33 345 27 130 0 12 435 120 62
Binary 10110001 11011 11100101 10111 1011000 0 1010 100011101 1010000 110010

Color Harmonies of #B11BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BE5

Black with #B11BE5

Text Example


Text Example

White with #B11BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BE5; }

 p { color: rgb(177,27,229); }

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

background-color css

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

 a { background-color: rgb(177,27,229); }

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

border-color css

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

 span { border-color: rgb(177,27,229); }

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