Html Css Color HEX #B11FFF Electric Purple

📋 copy color: '#B11FFF'

red 177 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B11FFF

Tints of Electric Purple #B11FFF

RGB

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

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

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

R = 38.23%
G = 6.7%
B = 55.08%

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

#B11FFF (or 0xB11FFF) is known color: Electric Purple. HEX triplet: B1, 1F and FF. RGB value is (177,31,255). Sum of RGB (Red+Green+Blue) = 177+31+255=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B11FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FFF is #4EE000. Grayscale: #636363. Windows color (decimal): -5169153 or 16719793. OLE color: 16719793.

HSL color Cylindrical-coordinate representation of color #B11FFF: hue angle of 279.11º 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 #B11FFF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 31 255 -
CMYK 0.31 0.88 0 0
HSL 279.11º 1% 0.56% -
HSV(B) 279.11º 0.88% 1% -
XYZ 36.67 17.55 96.06 -
YUV 100.19 215.37 182.79 -
System Red Green Blue C M Y K H S L
Decimal 177 31 255 0.31 0.88 0 0 279.11 1 0.56
Hex B1 1F FF 1F 58 0 0 117 64 38
Octal 261 37 377 37 130 0 0 427 144 70
Binary 10110001 11111 11111111 11111 1011000 0 0 100010111 1100100 111000

Color Harmonies of #B11FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FFF

Black with #B11FFF

Text Example


Text Example

White with #B11FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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