Html Css Color HEX #B11FFA Electric Purple

📋 copy color: '#B11FFA'

red 177 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #B11FFA

Tints of Electric Purple #B11FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 38.65%
G = 6.77%
B = 54.59%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B11FFA (or 0xB11FFA) is known color: Electric Purple. HEX triplet: B1, 1F and FA. RGB value is (177,31,250). Sum of RGB (Red+Green+Blue) = 177+31+250=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #B11FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FFA is #4EE005. Grayscale: #626262. Windows color (decimal): -5169158 or 16392113. OLE color: 16392113.

HSL color Cylindrical-coordinate representation of color #B11FFA: hue angle of 280º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11FFA is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 31 250 -
CMYK 0.29 0.88 0 0.02
HSL 280º 0.96% 0.55% -
HSV(B) 280º 0.88% 0.98% -
XYZ 35.88 17.23 91.88 -
YUV 99.62 212.87 183.19 -
System Red Green Blue C M Y K H S L
Decimal 177 31 250 0.29 0.88 0 0.02 280 0.96 0.55
Hex B1 1F FA 1D 58 0 2 118 60 37
Octal 261 37 372 35 130 0 2 430 140 67
Binary 10110001 11111 11111010 11101 1011000 0 10 100011000 1100000 110111

Color Harmonies of #B11FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FFA

Black with #B11FFA

Text Example


Text Example

White with #B11FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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