Html Css Color HEX #B11CEB Electric Purple

📋 copy color: '#B11CEB'

red 177 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #B11CEB

Tints of Electric Purple #B11CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 40.23%
G = 6.36%
B = 53.41%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B11CEB (or 0xB11CEB) is known color: Electric Purple. HEX triplet: B1, 1C and EB. RGB value is (177,28,235). Sum of RGB (Red+Green+Blue) = 177+28+235=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #B11CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CEB is #4EE314. Grayscale: #5F5F5F. Windows color (decimal): -5169941 or 15408305. OLE color: 15408305.

HSL color Cylindrical-coordinate representation of color #B11CEB: hue angle of 283.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11CEB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 28 235 -
CMYK 0.25 0.88 0 0.08
HSL 283.19º 0.84% 0.52% -
HSV(B) 283.19º 0.88% 0.92% -
XYZ 33.54 16.18 79.95 -
YUV 96.15 206.36 185.67 -
System Red Green Blue C M Y K H S L
Decimal 177 28 235 0.25 0.88 0 0.08 283.19 0.84 0.52
Hex B1 1C EB 19 58 0 8 11B 54 34
Octal 261 34 353 31 130 0 10 433 124 64
Binary 10110001 11100 11101011 11001 1011000 0 1000 100011011 1010100 110100

Color Harmonies of #B11CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CEB

Black with #B11CEB

Text Example


Text Example

White with #B11CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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