Html Css Color HEX #B111FE Electric Purple

📋 copy color: '#B111FE'

red 177 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #B111FE

Tints of Electric Purple #B111FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.79%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 39.51%
G = 3.79%
B = 56.7%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B111FE (or 0xB111FE) is known color: Electric Purple. HEX triplet: B1, 11 and FE. RGB value is (177,17,254). Sum of RGB (Red+Green+Blue) = 177+17+254=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #B111FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111FE is #4EEE01. Grayscale: #5B5B5B. Windows color (decimal): -5172738 or 16650673. OLE color: 16650673.

HSL color Cylindrical-coordinate representation of color #B111FE: hue angle of 280.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111FE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 17 254 -
CMYK 0.30 0.93 0 0.00
HSL 280.51º 0.99% 0.53% -
HSV(B) 280.51º 0.93% 1% -
XYZ 36.22 16.9 95.12 -
YUV 91.86 219.51 188.73 -
System Red Green Blue C M Y K H S L
Decimal 177 17 254 0.30 0.93 0 0.00 280.51 0.99 0.53
Hex B1 11 FE 1E 5D 0 0 119 63 35
Octal 261 21 376 36 135 0 0 431 143 65
Binary 10110001 10001 11111110 11110 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B111FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111FE

Black with #B111FE

Text Example


Text Example

White with #B111FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111FE; }

 p { color: rgb(177,17,254); }

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

background-color css

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

 a { background-color: rgb(177,17,254); }

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

border-color css

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

 span { border-color: rgb(177,17,254); }

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