Html Css Color HEX #B11BEB Electric Purple

📋 copy color: '#B11BEB'

red 177 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #B11BEB

Tints of Electric Purple #B11BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

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

R = 40.32%
G = 6.15%
B = 53.53%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B11BEB (or 0xB11BEB) is known color: Electric Purple. HEX triplet: B1, 1B and EB. RGB value is (177,27,235). Sum of RGB (Red+Green+Blue) = 177+27+235=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #B11BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BEB is #4EE414. Grayscale: #5E5E5E. Windows color (decimal): -5170197 or 15408049. OLE color: 15408049.

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

Color convert

RGB 177 27 235 -
CMYK 0.25 0.89 0 0.08
HSL 283.27º 0.84% 0.51% -
HSV(B) 283.27º 0.89% 0.92% -
XYZ 33.52 16.13 79.94 -
YUV 95.56 206.7 186.09 -
System Red Green Blue C M Y K H S L
Decimal 177 27 235 0.25 0.89 0 0.08 283.27 0.84 0.51
Hex B1 1B EB 19 59 0 8 11B 54 33
Octal 261 33 353 31 131 0 10 433 124 63
Binary 10110001 11011 11101011 11001 1011001 0 1000 100011011 1010100 110011

Color Harmonies of #B11BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BEB

Black with #B11BEB

Text Example


Text Example

White with #B11BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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