Html Css Color HEX #B11DFB Electric Purple

📋 copy color: '#B11DFB'

red 177 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #B11DFB

Tints of Electric Purple #B11DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.35%

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

R = 38.73%
G = 6.35%
B = 54.92%

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

#B11DFB (or 0xB11DFB) is known color: Electric Purple. HEX triplet: B1, 1D and FB. RGB value is (177,29,251). Sum of RGB (Red+Green+Blue) = 177+29+251=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #B11DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DFB is #4EE204. Grayscale: #616161. Windows color (decimal): -5169669 or 16457137. OLE color: 16457137.

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

Color convert

RGB 177 29 251 -
CMYK 0.29 0.88 0 0.02
HSL 280º 0.97% 0.55% -
HSV(B) 280º 0.88% 0.98% -
XYZ 35.98 17.19 92.69 -
YUV 98.56 214.03 183.95 -
System Red Green Blue C M Y K H S L
Decimal 177 29 251 0.29 0.88 0 0.02 280 0.97 0.55
Hex B1 1D FB 1D 58 0 2 118 61 37
Octal 261 35 373 35 130 0 2 430 141 67
Binary 10110001 11101 11111011 11101 1011000 0 10 100011000 1100001 110111

Color Harmonies of #B11DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DFB

Black with #B11DFB

Text Example


Text Example

White with #B11DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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