Html Css Color HEX #B116FB Electric Purple

📋 copy color: '#B116FB'

red 177 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #B116FB

Tints of Electric Purple #B116FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 39.33%
G = 4.89%
B = 55.78%

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

#B116FB (or 0xB116FB) is known color: Electric Purple. HEX triplet: B1, 16 and FB. RGB value is (177,22,251). Sum of RGB (Red+Green+Blue) = 177+22+251=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B116FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B116FB is #4EE904. Grayscale: #5D5D5D. Windows color (decimal): -5171461 or 16455345. OLE color: 16455345.

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

Color convert

RGB 177 22 251 -
CMYK 0.29 0.91 0 0.02
HSL 280.61º 0.97% 0.54% -
HSV(B) 280.61º 0.91% 0.98% -
XYZ 35.83 16.89 92.64 -
YUV 94.45 216.35 186.88 -
System Red Green Blue C M Y K H S L
Decimal 177 22 251 0.29 0.91 0 0.02 280.61 0.97 0.54
Hex B1 16 FB 1D 5B 0 2 119 61 36
Octal 261 26 373 35 133 0 2 431 141 66
Binary 10110001 10110 11111011 11101 1011011 0 10 100011001 1100001 110110

Color Harmonies of #B116FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116FB

Black with #B116FB

Text Example


Text Example

White with #B116FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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