Html Css Color HEX #B111E8 Electric Purple

📋 copy color: '#B111E8'

red 177 ◦ green 17 ◦ blue 232

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

Shades of Electric Purple #B111E8

Tints of Electric Purple #B111E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.46%

R = 41.55%
G = 3.99%
B = 54.46%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B111E8 (or 0xB111E8) is known color: Electric Purple. HEX triplet: B1, 11 and E8. RGB value is (177,17,232). Sum of RGB (Red+Green+Blue) = 177+17+232=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #B111E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111E8 is #4EEE17. Grayscale: #585858. Windows color (decimal): -5172760 or 15208881. OLE color: 15208881.

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

Color convert

RGB 177 17 232 -
CMYK 0.24 0.93 0 0.09
HSL 284.65º 0.86% 0.49% -
HSV(B) 284.65º 0.93% 0.91% -
XYZ 32.9 15.57 77.62 -
YUV 89.35 208.51 190.52 -
System Red Green Blue C M Y K H S L
Decimal 177 17 232 0.24 0.93 0 0.09 284.65 0.86 0.49
Hex B1 11 E8 18 5D 0 9 11D 56 31
Octal 261 21 350 30 135 0 11 435 126 61
Binary 10110001 10001 11101000 11000 1011101 0 1001 100011101 1010110 110001

Color Harmonies of #B111E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111E8

Black with #B111E8

Text Example


Text Example

White with #B111E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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