Html Css Color HEX #B111E9 Electric Purple

📋 copy color: '#B111E9'

red 177 ◦ green 17 ◦ blue 233

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

Shades of Electric Purple #B111E9

Tints of Electric Purple #B111E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.57%

R = 41.45%
G = 3.98%
B = 54.57%

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

#B111E9 (or 0xB111E9) is known color: Electric Purple. HEX triplet: B1, 11 and E9. RGB value is (177,17,233). Sum of RGB (Red+Green+Blue) = 177+17+233=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #B111E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111E9 is #4EEE16. Grayscale: #585858. Windows color (decimal): -5172759 or 15274417. OLE color: 15274417.

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

Color convert

RGB 177 17 233 -
CMYK 0.24 0.93 0 0.09
HSL 284.44º 0.86% 0.49% -
HSV(B) 284.44º 0.93% 0.91% -
XYZ 33.04 15.63 78.37 -
YUV 89.46 209.01 190.44 -
System Red Green Blue C M Y K H S L
Decimal 177 17 233 0.24 0.93 0 0.09 284.44 0.86 0.49
Hex B1 11 E9 18 5D 0 9 11C 56 31
Octal 261 21 351 30 135 0 11 434 126 61
Binary 10110001 10001 11101001 11000 1011101 0 1001 100011100 1010110 110001

Color Harmonies of #B111E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111E9

Black with #B111E9

Text Example


Text Example

White with #B111E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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