Html Css Color HEX #B116FF Electric Purple

📋 copy color: '#B116FF'

red 177 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #B116FF

Tints of Electric Purple #B116FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 38.99%
G = 4.85%
B = 56.17%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B116FF (or 0xB116FF) is known color: Electric Purple. HEX triplet: B1, 16 and FF. RGB value is (177,22,255). Sum of RGB (Red+Green+Blue) = 177+22+255=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B116FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116FF is #4EE900. Grayscale: #5E5E5E. Windows color (decimal): -5171457 or 16717489. OLE color: 16717489.

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

Color convert

RGB 177 22 255 -
CMYK 0.31 0.91 0 0
HSL 279.91º 1% 0.54% -
HSV(B) 279.91º 0.91% 1% -
XYZ 36.47 17.14 95.99 -
YUV 94.91 218.35 186.55 -
System Red Green Blue C M Y K H S L
Decimal 177 22 255 0.31 0.91 0 0 279.91 1 0.54
Hex B1 16 FF 1F 5B 0 0 118 64 36
Octal 261 26 377 37 133 0 0 430 144 66
Binary 10110001 10110 11111111 11111 1011011 0 0 100011000 1100100 110110

Color Harmonies of #B116FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116FF

Black with #B116FF

Text Example


Text Example

White with #B116FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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