Html Css Color HEX #B11FEA Electric Purple

📋 copy color: '#B11FEA'

red 177 ◦ green 31 ◦ blue 234

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

Shades of Electric Purple #B11FEA

Tints of Electric Purple #B11FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.01%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 40.05%
G = 7.01%
B = 52.94%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B11FEA (or 0xB11FEA) is known color: Electric Purple. HEX triplet: B1, 1F and EA. RGB value is (177,31,234). Sum of RGB (Red+Green+Blue) = 177+31+234=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #B11FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FEA is #4EE015. Grayscale: #616161. Windows color (decimal): -5169174 or 15343537. OLE color: 15343537.

HSL color Cylindrical-coordinate representation of color #B11FEA: hue angle of 283.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11FEA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 31 234 -
CMYK 0.24 0.87 0 0.08
HSL 283.15º 0.83% 0.52% -
HSV(B) 283.15º 0.87% 0.92% -
XYZ 33.47 16.27 79.22 -
YUV 97.8 204.87 184.49 -
System Red Green Blue C M Y K H S L
Decimal 177 31 234 0.24 0.87 0 0.08 283.15 0.83 0.52
Hex B1 1F EA 18 57 0 8 11B 53 34
Octal 261 37 352 30 127 0 10 433 123 64
Binary 10110001 11111 11101010 11000 1010111 0 1000 100011011 1010011 110100

Color Harmonies of #B11FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FEA

Black with #B11FEA

Text Example


Text Example

White with #B11FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FEA; }

 p { color: rgb(177,31,234); }

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

background-color css

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

 a { background-color: rgb(177,31,234); }

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

border-color css

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

 span { border-color: rgb(177,31,234); }

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