Html Css Color HEX #B117E9 Electric Purple

📋 copy color: '#B117E9'

red 177 ◦ green 23 ◦ blue 233

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

Shades of Electric Purple #B117E9

Tints of Electric Purple #B117E9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.31%

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

R = 40.88%
G = 5.31%
B = 53.81%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B117E9 (or 0xB117E9) is known color: Electric Purple. HEX triplet: B1, 17 and E9. RGB value is (177,23,233). Sum of RGB (Red+Green+Blue) = 177+23+233=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #B117E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117E9 is #4EE816. Grayscale: #5C5C5C. Windows color (decimal): -5171223 or 15275953. OLE color: 15275953.

HSL color Cylindrical-coordinate representation of color #B117E9: hue angle of 284º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117E9 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 23 233 -
CMYK 0.24 0.90 0 0.09
HSL 284º 0.83% 0.5% -
HSV(B) 284º 0.9% 0.91% -
XYZ 33.15 15.84 78.4 -
YUV 92.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 177 23 233 0.24 0.90 0 0.09 284 0.83 0.5
Hex B1 17 E9 18 5A 0 9 11C 53 32
Octal 261 27 351 30 132 0 11 434 123 62
Binary 10110001 10111 11101001 11000 1011010 0 1001 100011100 1010011 110010

Color Harmonies of #B117E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117E9

Black with #B117E9

Text Example


Text Example

White with #B117E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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