Html Css Color HEX #B118EB Electric Purple

📋 copy color: '#B118EB'

red 177 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #B118EB

Tints of Electric Purple #B118EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 40.6%
G = 5.5%
B = 53.9%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B118EB (or 0xB118EB) is known color: Electric Purple. HEX triplet: B1, 18 and EB. RGB value is (177,24,235). Sum of RGB (Red+Green+Blue) = 177+24+235=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #B118EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118EB is #4EE714. Grayscale: #5D5D5D. Windows color (decimal): -5170965 or 15407281. OLE color: 15407281.

HSL color Cylindrical-coordinate representation of color #B118EB: hue angle of 283.51º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118EB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 24 235 -
CMYK 0.25 0.90 0 0.08
HSL 283.51º 0.84% 0.51% -
HSV(B) 283.51º 0.9% 0.92% -
XYZ 33.45 16 79.92 -
YUV 93.8 207.69 187.34 -
System Red Green Blue C M Y K H S L
Decimal 177 24 235 0.25 0.90 0 0.08 283.51 0.84 0.51
Hex B1 18 EB 19 5A 0 8 11C 54 33
Octal 261 30 353 31 132 0 10 434 124 63
Binary 10110001 11000 11101011 11001 1011010 0 1000 100011100 1010100 110011

Color Harmonies of #B118EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118EB

Black with #B118EB

Text Example


Text Example

White with #B118EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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