Html Css Color HEX #B11CF6 Electric Purple

📋 copy color: '#B11CF6'

red 177 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #B11CF6

Tints of Electric Purple #B11CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 39.25%
G = 6.21%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B11CF6 (or 0xB11CF6) is known color: Electric Purple. HEX triplet: B1, 1C and F6. RGB value is (177,28,246). Sum of RGB (Red+Green+Blue) = 177+28+246=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #B11CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CF6 is #4EE309. Grayscale: #606060. Windows color (decimal): -5169930 or 16129201. OLE color: 16129201.

HSL color Cylindrical-coordinate representation of color #B11CF6: hue angle of 281.01º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11CF6 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 28 246 -
CMYK 0.28 0.89 0 0.04
HSL 281.01º 0.92% 0.54% -
HSV(B) 281.01º 0.89% 0.96% -
XYZ 35.18 16.83 88.58 -
YUV 97.4 211.86 184.77 -
System Red Green Blue C M Y K H S L
Decimal 177 28 246 0.28 0.89 0 0.04 281.01 0.92 0.54
Hex B1 1C F6 1C 59 0 4 119 5C 36
Octal 261 34 366 34 131 0 4 431 134 66
Binary 10110001 11100 11110110 11100 1011001 0 100 100011001 1011100 110110

Color Harmonies of #B11CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CF6

Black with #B11CF6

Text Example


Text Example

White with #B11CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CF6; }

 p { color: rgb(177,28,246); }

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

background-color css

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

 a { background-color: rgb(177,28,246); }

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

border-color css

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

 span { border-color: rgb(177,28,246); }

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