Html Css Color HEX #B116FA Electric Purple

📋 copy color: '#B116FA'

red 177 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #B116FA

Tints of Electric Purple #B116FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 39.42%
G = 4.9%
B = 55.68%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B116FA (or 0xB116FA) is known color: Electric Purple. HEX triplet: B1, 16 and FA. RGB value is (177,22,250). Sum of RGB (Red+Green+Blue) = 177+22+250=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B116FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116FA is #4EE905. Grayscale: #5D5D5D. Windows color (decimal): -5171462 or 16389809. OLE color: 16389809.

HSL color Cylindrical-coordinate representation of color #B116FA: hue angle of 280.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B116FA is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 22 250 -
CMYK 0.29 0.91 0 0.02
HSL 280.79º 0.96% 0.53% -
HSV(B) 280.79º 0.91% 0.98% -
XYZ 35.67 16.82 91.81 -
YUV 94.34 215.85 186.96 -
System Red Green Blue C M Y K H S L
Decimal 177 22 250 0.29 0.91 0 0.02 280.79 0.96 0.53
Hex B1 16 FA 1D 5B 0 2 119 60 35
Octal 261 26 372 35 133 0 2 431 140 65
Binary 10110001 10110 11111010 11101 1011011 0 10 100011001 1100000 110101

Color Harmonies of #B116FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116FA

Black with #B116FA

Text Example


Text Example

White with #B116FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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