Html Css Color HEX #B11EFF Electric Purple

📋 copy color: '#B11EFF'

red 177 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #B11EFF

Tints of Electric Purple #B11EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 38.31%
G = 6.49%
B = 55.19%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B11EFF (or 0xB11EFF) is known color: Electric Purple. HEX triplet: B1, 1E and FF. RGB value is (177,30,255). Sum of RGB (Red+Green+Blue) = 177+30+255=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B11EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EFF is #4EE100. Grayscale: #626262. Windows color (decimal): -5169409 or 16719537. OLE color: 16719537.

HSL color Cylindrical-coordinate representation of color #B11EFF: hue angle of 279.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11EFF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 30 255 -
CMYK 0.31 0.88 0 0
HSL 279.2º 1% 0.56% -
HSV(B) 279.2º 0.88% 1% -
XYZ 36.65 17.5 96.05 -
YUV 99.6 215.7 183.2 -
System Red Green Blue C M Y K H S L
Decimal 177 30 255 0.31 0.88 0 0 279.2 1 0.56
Hex B1 1E FF 1F 58 0 0 117 64 38
Octal 261 36 377 37 130 0 0 427 144 70
Binary 10110001 11110 11111111 11111 1011000 0 0 100010111 1100100 111000

Color Harmonies of #B11EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EFF

Black with #B11EFF

Text Example


Text Example

White with #B11EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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