Html Css Color HEX #B11EEF Electric Purple

📋 copy color: '#B11EEF'

red 177 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #B11EEF

Tints of Electric Purple #B11EEF

RGB

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

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

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

R = 39.69%
G = 6.73%
B = 53.59%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B11EEF (or 0xB11EEF) is known color: Electric Purple. HEX triplet: B1, 1E and EF. RGB value is (177,30,239). Sum of RGB (Red+Green+Blue) = 177+30+239=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #B11EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EEF is #4EE110. Grayscale: #616161. Windows color (decimal): -5169425 or 15670961. OLE color: 15670961.

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

Color convert

RGB 177 30 239 -
CMYK 0.26 0.87 0 0.06
HSL 282.2º 0.87% 0.53% -
HSV(B) 282.2º 0.87% 0.94% -
XYZ 34.18 16.51 83.05 -
YUV 97.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 177 30 239 0.26 0.87 0 0.06 282.2 0.87 0.53
Hex B1 1E EF 1A 57 0 6 11A 57 35
Octal 261 36 357 32 127 0 6 432 127 65
Binary 10110001 11110 11101111 11010 1010111 0 110 100011010 1010111 110101

Color Harmonies of #B11EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EEF

Black with #B11EEF

Text Example


Text Example

White with #B11EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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