Html Css Color HEX #B118ED Electric Purple

📋 copy color: '#B118ED'

red 177 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B118ED

Tints of Electric Purple #B118ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 40.41%
G = 5.48%
B = 54.11%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B118ED (or 0xB118ED) is known color: Electric Purple. HEX triplet: B1, 18 and ED. RGB value is (177,24,237). Sum of RGB (Red+Green+Blue) = 177+24+237=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B118ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118ED is #4EE712. Grayscale: #5D5D5D. Windows color (decimal): -5170963 or 15538353. OLE color: 15538353.

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

Color convert

RGB 177 24 237 -
CMYK 0.25 0.90 0 0.07
HSL 283.1º 0.86% 0.51% -
HSV(B) 283.1º 0.9% 0.93% -
XYZ 33.74 16.11 81.45 -
YUV 94.03 208.69 187.18 -
System Red Green Blue C M Y K H S L
Decimal 177 24 237 0.25 0.90 0 0.07 283.1 0.86 0.51
Hex B1 18 ED 19 5A 0 7 11B 56 33
Octal 261 30 355 31 132 0 7 433 126 63
Binary 10110001 11000 11101101 11001 1011010 0 111 100011011 1010110 110011

Color Harmonies of #B118ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118ED

Black with #B118ED

Text Example


Text Example

White with #B118ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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