Html Css Color HEX #B11BEE Electric Purple

📋 copy color: '#B11BEE'

red 177 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #B11BEE

Tints of Electric Purple #B11BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 40.05%
G = 6.11%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11BEE (or 0xB11BEE) is known color: Electric Purple. HEX triplet: B1, 1B and EE. RGB value is (177,27,238). Sum of RGB (Red+Green+Blue) = 177+27+238=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #B11BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BEE is #4EE411. Grayscale: #5F5F5F. Windows color (decimal): -5170194 or 15604657. OLE color: 15604657.

HSL color Cylindrical-coordinate representation of color #B11BEE: hue angle of 282.65º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11BEE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 27 238 -
CMYK 0.26 0.89 0 0.07
HSL 282.65º 0.86% 0.52% -
HSV(B) 282.65º 0.89% 0.93% -
XYZ 33.96 16.3 82.25 -
YUV 95.9 208.2 185.84 -
System Red Green Blue C M Y K H S L
Decimal 177 27 238 0.26 0.89 0 0.07 282.65 0.86 0.52
Hex B1 1B EE 1A 59 0 7 11B 56 34
Octal 261 33 356 32 131 0 7 433 126 64
Binary 10110001 11011 11101110 11010 1011001 0 111 100011011 1010110 110100

Color Harmonies of #B11BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BEE

Black with #B11BEE

Text Example


Text Example

White with #B11BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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