Html Css Color HEX #B11EEB Electric Purple

📋 copy color: '#B11EEB'

red 177 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #B11EEB

Tints of Electric Purple #B11EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.79%

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

R = 40.05%
G = 6.79%
B = 53.17%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B11EEB (or 0xB11EEB) is known color: Electric Purple. HEX triplet: B1, 1E and EB. RGB value is (177,30,235). Sum of RGB (Red+Green+Blue) = 177+30+235=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #B11EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EEB is #4EE114. Grayscale: #606060. Windows color (decimal): -5169429 or 15408817. OLE color: 15408817.

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

Color convert

RGB 177 30 235 -
CMYK 0.25 0.87 0 0.08
HSL 283.02º 0.84% 0.52% -
HSV(B) 283.02º 0.87% 0.92% -
XYZ 33.59 16.27 79.97 -
YUV 97.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 177 30 235 0.25 0.87 0 0.08 283.02 0.84 0.52
Hex B1 1E EB 19 57 0 8 11B 54 34
Octal 261 36 353 31 127 0 10 433 124 64
Binary 10110001 11110 11101011 11001 1010111 0 1000 100011011 1010100 110100

Color Harmonies of #B11EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EEB

Black with #B11EEB

Text Example


Text Example

White with #B11EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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