Html Css Color HEX #B11CE6 Electric Purple

📋 copy color: '#B11CE6'

red 177 ◦ green 28 ◦ blue 230

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

Shades of Electric Purple #B11CE6

Tints of Electric Purple #B11CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 40.69%
G = 6.44%
B = 52.87%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B11CE6 (or 0xB11CE6) is known color: Electric Purple. HEX triplet: B1, 1C and E6. RGB value is (177,28,230). Sum of RGB (Red+Green+Blue) = 177+28+230=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #B11CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CE6 is #4EE319. Grayscale: #5E5E5E. Windows color (decimal): -5169946 or 15080625. OLE color: 15080625.

HSL color Cylindrical-coordinate representation of color #B11CE6: hue angle of 284.26º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11CE6 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 28 230 -
CMYK 0.23 0.88 0 0.10
HSL 284.26º 0.8% 0.51% -
HSV(B) 284.26º 0.88% 0.9% -
XYZ 32.83 15.89 76.2 -
YUV 95.58 203.86 186.07 -
System Red Green Blue C M Y K H S L
Decimal 177 28 230 0.23 0.88 0 0.10 284.26 0.8 0.51
Hex B1 1C E6 17 58 0 A 11C 50 33
Octal 261 34 346 27 130 0 12 434 120 63
Binary 10110001 11100 11100110 10111 1011000 0 1010 100011100 1010000 110011

Color Harmonies of #B11CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CE6

Black with #B11CE6

Text Example


Text Example

White with #B11CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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