Html Css Color HEX #B117ED Electric Purple

📋 copy color: '#B117ED'

red 177 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #B117ED

Tints of Electric Purple #B117ED

RGB

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

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

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

R = 40.5%
G = 5.26%
B = 54.23%

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

#B117ED (or 0xB117ED) is known color: Electric Purple. HEX triplet: B1, 17 and ED. RGB value is (177,23,237). Sum of RGB (Red+Green+Blue) = 177+23+237=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #B117ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117ED is #4EE812. Grayscale: #5C5C5C. Windows color (decimal): -5171219 or 15538097. OLE color: 15538097.

HSL color Cylindrical-coordinate representation of color #B117ED: hue angle of 283.18º 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 #B117ED is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 23 237 -
CMYK 0.25 0.90 0 0.07
HSL 283.18º 0.86% 0.51% -
HSV(B) 283.18º 0.9% 0.93% -
XYZ 33.72 16.07 81.45 -
YUV 93.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 177 23 237 0.25 0.90 0 0.07 283.18 0.86 0.51
Hex B1 17 ED 19 5A 0 7 11B 56 33
Octal 261 27 355 31 132 0 7 433 126 63
Binary 10110001 10111 11101101 11001 1011010 0 111 100011011 1010110 110011

Color Harmonies of #B117ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117ED

Black with #B117ED

Text Example


Text Example

White with #B117ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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