Html Css Color HEX #B11FF1 Electric Purple

📋 copy color: '#B11FF1'

red 177 ◦ green 31 ◦ blue 241

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

Shades of Electric Purple #B11FF1

Tints of Electric Purple #B11FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.67%

R = 39.42%
G = 6.9%
B = 53.67%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B11FF1 (or 0xB11FF1) is known color: Electric Purple. HEX triplet: B1, 1F and F1. RGB value is (177,31,241). Sum of RGB (Red+Green+Blue) = 177+31+241=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #B11FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FF1 is #4EE00E. Grayscale: #616161. Windows color (decimal): -5169167 or 15802289. OLE color: 15802289.

HSL color Cylindrical-coordinate representation of color #B11FF1: hue angle of 281.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11FF1 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 31 241 -
CMYK 0.27 0.87 0 0.05
HSL 281.71º 0.88% 0.53% -
HSV(B) 281.71º 0.87% 0.95% -
XYZ 34.5 16.68 84.62 -
YUV 98.59 208.37 183.92 -
System Red Green Blue C M Y K H S L
Decimal 177 31 241 0.27 0.87 0 0.05 281.71 0.88 0.53
Hex B1 1F F1 1B 57 0 5 11A 58 35
Octal 261 37 361 33 127 0 5 432 130 65
Binary 10110001 11111 11110001 11011 1010111 0 101 100011010 1011000 110101

Color Harmonies of #B11FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FF1

Black with #B11FF1

Text Example


Text Example

White with #B11FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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