Html Css Color HEX #B11FFB Electric Purple

📋 copy color: '#B11FFB'

red 177 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #B11FFB

Tints of Electric Purple #B11FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 38.56%
G = 6.75%
B = 54.68%

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

#B11FFB (or 0xB11FFB) is known color: Electric Purple. HEX triplet: B1, 1F and FB. RGB value is (177,31,251). Sum of RGB (Red+Green+Blue) = 177+31+251=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #B11FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FFB is #4EE004. Grayscale: #636363. Windows color (decimal): -5169157 or 16457649. OLE color: 16457649.

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

Color convert

RGB 177 31 251 -
CMYK 0.29 0.88 0 0.02
HSL 279.82º 0.96% 0.55% -
HSV(B) 279.82º 0.88% 0.98% -
XYZ 36.03 17.29 92.71 -
YUV 99.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 177 31 251 0.29 0.88 0 0.02 279.82 0.96 0.55
Hex B1 1F FB 1D 58 0 2 118 60 37
Octal 261 37 373 35 130 0 2 430 140 67
Binary 10110001 11111 11111011 11101 1011000 0 10 100011000 1100000 110111

Color Harmonies of #B11FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FFB

Black with #B11FFB

Text Example


Text Example

White with #B11FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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