Html Css Color HEX #B111ED Electric Purple

📋 copy color: '#B111ED'

red 177 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B111ED

Tints of Electric Purple #B111ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 41.07%
G = 3.94%
B = 54.99%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B111ED (or 0xB111ED) is known color: Electric Purple. HEX triplet: B1, 11 and ED. RGB value is (177,17,237). Sum of RGB (Red+Green+Blue) = 177+17+237=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #B111ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111ED is #4EEE12. Grayscale: #595959. Windows color (decimal): -5172755 or 15536561. OLE color: 15536561.

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

Color convert

RGB 177 17 237 -
CMYK 0.25 0.93 0 0.07
HSL 283.64º 0.87% 0.5% -
HSV(B) 283.64º 0.93% 0.93% -
XYZ 33.62 15.86 81.41 -
YUV 89.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 177 17 237 0.25 0.93 0 0.07 283.64 0.87 0.5
Hex B1 11 ED 19 5D 0 7 11C 57 32
Octal 261 21 355 31 135 0 7 434 127 62
Binary 10110001 10001 11101101 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B111ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111ED

Black with #B111ED

Text Example


Text Example

White with #B111ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111ED; }

 p { color: rgb(177,17,237); }

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

background-color css

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

 a { background-color: rgb(177,17,237); }

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

border-color css

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

 span { border-color: rgb(177,17,237); }

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