Html Css Color HEX #B11EED Electric Purple

📋 copy color: '#B11EED'

red 177 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #B11EED

Tints of Electric Purple #B11EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 39.86%
G = 6.76%
B = 53.38%

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

#B11EED (or 0xB11EED) is known color: Electric Purple. HEX triplet: B1, 1E and ED. RGB value is (177,30,237). Sum of RGB (Red+Green+Blue) = 177+30+237=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #B11EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EED is #4EE112. Grayscale: #606060. Windows color (decimal): -5169427 or 15539889. OLE color: 15539889.

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

Color convert

RGB 177 30 237 -
CMYK 0.25 0.87 0 0.07
HSL 282.61º 0.85% 0.52% -
HSV(B) 282.61º 0.87% 0.93% -
XYZ 33.88 16.39 81.5 -
YUV 97.55 206.7 184.67 -
System Red Green Blue C M Y K H S L
Decimal 177 30 237 0.25 0.87 0 0.07 282.61 0.85 0.52
Hex B1 1E ED 19 57 0 7 11B 55 34
Octal 261 36 355 31 127 0 7 433 125 64
Binary 10110001 11110 11101101 11001 1010111 0 111 100011011 1010101 110100

Color Harmonies of #B11EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EED

Black with #B11EED

Text Example


Text Example

White with #B11EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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