Html Css Color HEX #B118EF Electric Purple

📋 copy color: '#B118EF'

red 177 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #B118EF

Tints of Electric Purple #B118EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.45%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 40.23%
G = 5.45%
B = 54.32%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B118EF (or 0xB118EF) is known color: Electric Purple. HEX triplet: B1, 18 and EF. RGB value is (177,24,239). Sum of RGB (Red+Green+Blue) = 177+24+239=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B118EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118EF is #4EE710. Grayscale: #5D5D5D. Windows color (decimal): -5170961 or 15669425. OLE color: 15669425.

HSL color Cylindrical-coordinate representation of color #B118EF: hue angle of 282.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 24 239 -
CMYK 0.26 0.90 0 0.06
HSL 282.7º 0.87% 0.52% -
HSV(B) 282.7º 0.9% 0.94% -
XYZ 34.04 16.23 83 -
YUV 94.26 209.69 187.02 -
System Red Green Blue C M Y K H S L
Decimal 177 24 239 0.26 0.90 0 0.06 282.7 0.87 0.52
Hex B1 18 EF 1A 5A 0 6 11B 57 34
Octal 261 30 357 32 132 0 6 433 127 64
Binary 10110001 11000 11101111 11010 1011010 0 110 100011011 1010111 110100

Color Harmonies of #B118EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118EF

Black with #B118EF

Text Example


Text Example

White with #B118EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118EF; }

 p { color: rgb(177,24,239); }

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

background-color css

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

 a { background-color: rgb(177,24,239); }

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

border-color css

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

 span { border-color: rgb(177,24,239); }

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