Html Css Color HEX #B116EA Electric Purple

📋 copy color: '#B116EA'

red 177 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #B116EA

Tints of Electric Purple #B116EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.08%

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 40.88%
G = 5.08%
B = 54.04%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B116EA (or 0xB116EA) is known color: Electric Purple. HEX triplet: B1, 16 and EA. RGB value is (177,22,234). Sum of RGB (Red+Green+Blue) = 177+22+234=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #B116EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116EA is #4EE915. Grayscale: #5B5B5B. Windows color (decimal): -5171478 or 15341233. OLE color: 15341233.

HSL color Cylindrical-coordinate representation of color #B116EA: hue angle of 283.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B116EA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 22 234 -
CMYK 0.24 0.91 0 0.08
HSL 283.87º 0.83% 0.5% -
HSV(B) 283.87º 0.91% 0.92% -
XYZ 33.27 15.86 79.15 -
YUV 92.51 207.85 188.26 -
System Red Green Blue C M Y K H S L
Decimal 177 22 234 0.24 0.91 0 0.08 283.87 0.83 0.5
Hex B1 16 EA 18 5B 0 8 11C 53 32
Octal 261 26 352 30 133 0 10 434 123 62
Binary 10110001 10110 11101010 11000 1011011 0 1000 100011100 1010011 110010

Color Harmonies of #B116EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116EA

Black with #B116EA

Text Example


Text Example

White with #B116EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116EA; }

 p { color: rgb(177,22,234); }

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

background-color css

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

 a { background-color: rgb(177,22,234); }

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

border-color css

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

 span { border-color: rgb(177,22,234); }

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