Html Css Color HEX #B118FE Electric Purple

📋 copy color: '#B118FE'

red 177 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #B118FE

Tints of Electric Purple #B118FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 38.9%
G = 5.27%
B = 55.82%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B118FE (or 0xB118FE) is known color: Electric Purple. HEX triplet: B1, 18 and FE. RGB value is (177,24,254). Sum of RGB (Red+Green+Blue) = 177+24+254=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B118FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118FE is #4EE701. Grayscale: #5F5F5F. Windows color (decimal): -5170946 or 16652465. OLE color: 16652465.

HSL color Cylindrical-coordinate representation of color #B118FE: hue angle of 279.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B118FE is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 24 254 -
CMYK 0.30 0.91 0 0.00
HSL 279.91º 0.99% 0.55% -
HSV(B) 279.91º 0.91% 1% -
XYZ 36.35 17.16 95.16 -
YUV 95.97 217.19 185.8 -
System Red Green Blue C M Y K H S L
Decimal 177 24 254 0.30 0.91 0 0.00 279.91 0.99 0.55
Hex B1 18 FE 1E 5B 0 0 118 63 37
Octal 261 30 376 36 133 0 0 430 143 67
Binary 10110001 11000 11111110 11110 1011011 0 0 100011000 1100011 110111

Color Harmonies of #B118FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118FE

Black with #B118FE

Text Example


Text Example

White with #B118FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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