Html Css Color HEX #B211EC Electric Purple

📋 copy color: '#B211EC'

red 178 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #B211EC

Tints of Electric Purple #B211EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 41.3%
G = 3.94%
B = 54.76%

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

#B211EC (or 0xB211EC) is known color: Electric Purple. HEX triplet: B2, 11 and EC. RGB value is (178,17,236). Sum of RGB (Red+Green+Blue) = 178+17+236=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #B211EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211EC is #4DEE13. Grayscale: #595959. Windows color (decimal): -5107220 or 15471026. OLE color: 15471026.

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

Color convert

RGB 178 17 236 -
CMYK 0.25 0.93 0 0.07
HSL 284.11º 0.87% 0.5% -
HSV(B) 284.11º 0.93% 0.93% -
XYZ 33.7 15.92 80.65 -
YUV 90.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 178 17 236 0.25 0.93 0 0.07 284.11 0.87 0.5
Hex B2 11 EC 19 5D 0 7 11C 57 32
Octal 262 21 354 31 135 0 7 434 127 62
Binary 10110010 10001 11101100 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211EC

Black with #B211EC

Text Example


Text Example

White with #B211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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