Html Css Color HEX #B211ED Electric Purple

📋 copy color: '#B211ED'

red 178 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B211ED

Tints of Electric Purple #B211ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 41.2%
G = 3.94%
B = 54.86%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B211ED (or 0xB211ED) is known color: Electric Purple. HEX triplet: B2, 11 and ED. RGB value is (178,17,237). Sum of RGB (Red+Green+Blue) = 178+17+237=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B211ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211ED is #4DEE12. Grayscale: #595959. Windows color (decimal): -5107219 or 15536562. OLE color: 15536562.

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

Color convert

RGB 178 17 237 -
CMYK 0.25 0.93 0 0.07
HSL 283.91º 0.87% 0.5% -
HSV(B) 283.91º 0.93% 0.93% -
XYZ 33.85 15.98 81.42 -
YUV 90.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 178 17 237 0.25 0.93 0 0.07 283.91 0.87 0.5
Hex B2 11 ED 19 5D 0 7 11C 57 32
Octal 262 21 355 31 135 0 7 434 127 62
Binary 10110010 10001 11101101 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B211ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211ED

Black with #B211ED

Text Example


Text Example

White with #B211ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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