Html Css Color HEX #B11EEC Electric Purple

📋 copy color: '#B11EEC'

red 177 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #B11EEC

Tints of Electric Purple #B11EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.77%

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

R = 39.95%
G = 6.77%
B = 53.27%

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

#B11EEC (or 0xB11EEC) is known color: Electric Purple. HEX triplet: B1, 1E and EC. RGB value is (177,30,236). Sum of RGB (Red+Green+Blue) = 177+30+236=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #B11EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EEC is #4EE113. Grayscale: #606060. Windows color (decimal): -5169428 or 15474353. OLE color: 15474353.

HSL color Cylindrical-coordinate representation of color #B11EEC: hue angle of 282.82º 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 #B11EEC is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 30 236 -
CMYK 0.25 0.87 0 0.07
HSL 282.82º 0.84% 0.52% -
HSV(B) 282.82º 0.87% 0.93% -
XYZ 33.74 16.33 80.73 -
YUV 97.44 206.2 184.75 -
System Red Green Blue C M Y K H S L
Decimal 177 30 236 0.25 0.87 0 0.07 282.82 0.84 0.52
Hex B1 1E EC 19 57 0 7 11B 54 34
Octal 261 36 354 31 127 0 7 433 124 64
Binary 10110001 11110 11101100 11001 1010111 0 111 100011011 1010100 110100

Color Harmonies of #B11EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EEC

Black with #B11EEC

Text Example


Text Example

White with #B11EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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