Html Css Color HEX #B111EC Electric Purple

📋 copy color: '#B111EC'

red 177 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #B111EC

Tints of Electric Purple #B111EC

RGB

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

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

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

R = 41.16%
G = 3.95%
B = 54.88%

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

#B111EC (or 0xB111EC) is known color: Electric Purple. HEX triplet: B1, 11 and EC. RGB value is (177,17,236). Sum of RGB (Red+Green+Blue) = 177+17+236=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #B111EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111EC is #4EEE13. Grayscale: #595959. Windows color (decimal): -5172756 or 15471025. OLE color: 15471025.

HSL color Cylindrical-coordinate representation of color #B111EC: hue angle of 283.84º 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 #B111EC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 17 236 -
CMYK 0.25 0.93 0 0.07
HSL 283.84º 0.87% 0.5% -
HSV(B) 283.84º 0.93% 0.93% -
XYZ 33.47 15.8 80.64 -
YUV 89.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 177 17 236 0.25 0.93 0 0.07 283.84 0.87 0.5
Hex B1 11 EC 19 5D 0 7 11C 57 32
Octal 261 21 354 31 135 0 7 434 127 62
Binary 10110001 10001 11101100 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B111EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111EC

Black with #B111EC

Text Example


Text Example

White with #B111EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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