Html Css Color HEX #B211EB Electric Purple

📋 copy color: '#B211EB'

red 178 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #B211EB

Tints of Electric Purple #B211EB

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

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

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

R = 41.4%
G = 3.95%
B = 54.65%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B211EB (or 0xB211EB) is known color: Electric Purple. HEX triplet: B2, 11 and EB. RGB value is (178,17,235). Sum of RGB (Red+Green+Blue) = 178+17+235=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #B211EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211EB is #4DEE14. Grayscale: #595959. Windows color (decimal): -5107221 or 15405490. OLE color: 15405490.

HSL color Cylindrical-coordinate representation of color #B211EB: hue angle of 284.31º 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 #B211EB is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 17 235 -
CMYK 0.24 0.93 0 0.08
HSL 284.31º 0.87% 0.49% -
HSV(B) 284.31º 0.93% 0.92% -
XYZ 33.56 15.86 79.89 -
YUV 89.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 178 17 235 0.24 0.93 0 0.08 284.31 0.87 0.49
Hex B2 11 EB 18 5D 0 8 11C 57 31
Octal 262 21 353 30 135 0 10 434 127 61
Binary 10110010 10001 11101011 11000 1011101 0 1000 100011100 1010111 110001

Color Harmonies of #B211EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211EB

Black with #B211EB

Text Example


Text Example

White with #B211EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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