Html Css Color HEX #B11AF7 Electric Purple

📋 copy color: '#B11AF7'

red 177 ◦ green 26 ◦ blue 247

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

Shades of Electric Purple #B11AF7

Tints of Electric Purple #B11AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.89%

R = 39.33%
G = 5.78%
B = 54.89%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B11AF7 (or 0xB11AF7) is known color: Electric Purple. HEX triplet: B1, 1A and F7. RGB value is (177,26,247). Sum of RGB (Red+Green+Blue) = 177+26+247=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #B11AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AF7 is #4EE508. Grayscale: #5F5F5F. Windows color (decimal): -5170441 or 16194225. OLE color: 16194225.

HSL color Cylindrical-coordinate representation of color #B11AF7: hue angle of 281º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AF7 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 26 247 -
CMYK 0.28 0.89 0 0.03
HSL 281º 0.93% 0.54% -
HSV(B) 281º 0.89% 0.97% -
XYZ 35.29 16.8 89.38 -
YUV 96.34 213.03 185.53 -
System Red Green Blue C M Y K H S L
Decimal 177 26 247 0.28 0.89 0 0.03 281 0.93 0.54
Hex B1 1A F7 1C 59 0 3 119 5D 36
Octal 261 32 367 34 131 0 3 431 135 66
Binary 10110001 11010 11110111 11100 1011001 0 11 100011001 1011101 110110

Color Harmonies of #B11AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AF7

Black with #B11AF7

Text Example


Text Example

White with #B11AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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