Html Css Color HEX #B111EA Electric Purple

📋 copy color: '#B111EA'

red 177 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #B111EA

Tints of Electric Purple #B111EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 41.36%
G = 3.97%
B = 54.67%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B111EA (or 0xB111EA) is known color: Electric Purple. HEX triplet: B1, 11 and EA. RGB value is (177,17,234). Sum of RGB (Red+Green+Blue) = 177+17+234=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #B111EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111EA is #4EEE15. Grayscale: #585858. Windows color (decimal): -5172758 or 15339953. OLE color: 15339953.

HSL color Cylindrical-coordinate representation of color #B111EA: hue angle of 284.24º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111EA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 17 234 -
CMYK 0.24 0.93 0 0.08
HSL 284.24º 0.86% 0.49% -
HSV(B) 284.24º 0.93% 0.92% -
XYZ 33.18 15.69 79.12 -
YUV 89.58 209.51 190.36 -
System Red Green Blue C M Y K H S L
Decimal 177 17 234 0.24 0.93 0 0.08 284.24 0.86 0.49
Hex B1 11 EA 18 5D 0 8 11C 56 31
Octal 261 21 352 30 135 0 10 434 126 61
Binary 10110001 10001 11101010 11000 1011101 0 1000 100011100 1010110 110001

Color Harmonies of #B111EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111EA

Black with #B111EA

Text Example


Text Example

White with #B111EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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