Html Css Color HEX #B11FEC Electric Purple

📋 copy color: '#B11FEC'

red 177 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #B11FEC

Tints of Electric Purple #B11FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 39.86%
G = 6.98%
B = 53.15%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11FEC (or 0xB11FEC) is known color: Electric Purple. HEX triplet: B1, 1F and EC. RGB value is (177,31,236). Sum of RGB (Red+Green+Blue) = 177+31+236=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #B11FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FEC is #4EE013. Grayscale: #616161. Windows color (decimal): -5169172 or 15474609. OLE color: 15474609.

HSL color Cylindrical-coordinate representation of color #B11FEC: hue angle of 282.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11FEC is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 31 236 -
CMYK 0.25 0.87 0 0.07
HSL 282.73º 0.84% 0.52% -
HSV(B) 282.73º 0.87% 0.93% -
XYZ 33.76 16.38 80.74 -
YUV 98.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 177 31 236 0.25 0.87 0 0.07 282.73 0.84 0.52
Hex B1 1F EC 19 57 0 7 11B 54 34
Octal 261 37 354 31 127 0 7 433 124 64
Binary 10110001 11111 11101100 11001 1010111 0 111 100011011 1010100 110100

Color Harmonies of #B11FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FEC

Black with #B11FEC

Text Example


Text Example

White with #B11FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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