Html Css Color HEX #B011EB Electric Purple

📋 copy color: '#B011EB'

red 176 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #B011EB

Tints of Electric Purple #B011EB

RGB

 RED value IS 176 (69.14% from 255) = 41.12%

 GREEN value IS 17 (7.03% from 255) = 3.97%

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

R = 41.12%
G = 3.97%
B = 54.91%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B011EB (or 0xB011EB) is known color: Electric Purple. HEX triplet: B0, 11 and EB. RGB value is (176,17,235). Sum of RGB (Red+Green+Blue) = 176+17+235=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #B011EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B011EB is #4FEE14. Grayscale: #585858. Windows color (decimal): -5238293 or 15405488. OLE color: 15405488.

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

Color convert

RGB 176 17 235 -
CMYK 0.25 0.93 0 0.08
HSL 283.76º 0.87% 0.49% -
HSV(B) 283.76º 0.93% 0.92% -
XYZ 33.1 15.63 79.87 -
YUV 89.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 176 17 235 0.25 0.93 0 0.08 283.76 0.87 0.49
Hex B0 11 EB 19 5D 0 8 11C 57 31
Octal 260 21 353 31 135 0 10 434 127 61
Binary 10110000 10001 11101011 11001 1011101 0 1000 100011100 1010111 110001

Color Harmonies of #B011EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011EB

Black with #B011EB

Text Example


Text Example

White with #B011EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011EB; }

 p { color: rgb(176,17,235); }

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

background-color css

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

 a { background-color: rgb(176,17,235); }

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

border-color css

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

 span { border-color: rgb(176,17,235); }

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