Html Css Color HEX #B11AFE Electric Purple

📋 copy color: '#B11AFE'

red 177 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #B11AFE

Tints of Electric Purple #B11AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.69%

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

R = 38.73%
G = 5.69%
B = 55.58%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B11AFE (or 0xB11AFE) is known color: Electric Purple. HEX triplet: B1, 1A and FE. RGB value is (177,26,254). Sum of RGB (Red+Green+Blue) = 177+26+254=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #B11AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AFE is #4EE501. Grayscale: #606060. Windows color (decimal): -5170434 or 16652977. OLE color: 16652977.

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

Color convert

RGB 177 26 254 -
CMYK 0.30 0.90 0 0.00
HSL 279.74º 0.99% 0.55% -
HSV(B) 279.74º 0.9% 1% -
XYZ 36.39 17.24 95.18 -
YUV 97.14 216.53 184.96 -
System Red Green Blue C M Y K H S L
Decimal 177 26 254 0.30 0.90 0 0.00 279.74 0.99 0.55
Hex B1 1A FE 1E 5A 0 0 118 63 37
Octal 261 32 376 36 132 0 0 430 143 67
Binary 10110001 11010 11111110 11110 1011010 0 0 100011000 1100011 110111

Color Harmonies of #B11AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AFE

Black with #B11AFE

Text Example


Text Example

White with #B11AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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