Html Css Color HEX #B11AEF Electric Purple

📋 copy color: '#B11AEF'

red 177 ◦ green 26 ◦ blue 239

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

Shades of Electric Purple #B11AEF

Tints of Electric Purple #B11AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 40.05%
G = 5.88%
B = 54.07%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B11AEF (or 0xB11AEF) is known color: Electric Purple. HEX triplet: B1, 1A and EF. RGB value is (177,26,239). Sum of RGB (Red+Green+Blue) = 177+26+239=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #B11AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AEF is #4EE510. Grayscale: #5E5E5E. Windows color (decimal): -5170449 or 15669937. OLE color: 15669937.

HSL color Cylindrical-coordinate representation of color #B11AEF: hue angle of 282.54º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AEF is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 26 239 -
CMYK 0.26 0.89 0 0.06
HSL 282.54º 0.87% 0.52% -
HSV(B) 282.54º 0.89% 0.94% -
XYZ 34.08 16.32 83.01 -
YUV 95.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 177 26 239 0.26 0.89 0 0.06 282.54 0.87 0.52
Hex B1 1A EF 1A 59 0 6 11B 57 34
Octal 261 32 357 32 131 0 6 433 127 64
Binary 10110001 11010 11101111 11010 1011001 0 110 100011011 1010111 110100

Color Harmonies of #B11AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AEF

Black with #B11AEF

Text Example


Text Example

White with #B11AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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