Html Css Color HEX #B211E5 Electric Purple

📋 copy color: '#B211E5'

red 178 ◦ green 17 ◦ blue 229

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

Shades of Electric Purple #B211E5

Tints of Electric Purple #B211E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.01%

R = 41.98%
G = 4.01%
B = 54.01%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B211E5 (or 0xB211E5) is known color: Electric Purple. HEX triplet: B2, 11 and E5. RGB value is (178,17,229). Sum of RGB (Red+Green+Blue) = 178+17+229=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #B211E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211E5 is #4DEE1A. Grayscale: #585858. Windows color (decimal): -5107227 or 15012274. OLE color: 15012274.

HSL color Cylindrical-coordinate representation of color #B211E5: hue angle of 285.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211E5 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 17 229 -
CMYK 0.22 0.93 0 0.10
HSL 285.57º 0.86% 0.48% -
HSV(B) 285.57º 0.93% 0.9% -
XYZ 32.7 15.52 75.4 -
YUV 89.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 178 17 229 0.22 0.93 0 0.10 285.57 0.86 0.48
Hex B2 11 E5 16 5D 0 A 11E 56 30
Octal 262 21 345 26 135 0 12 436 126 60
Binary 10110010 10001 11100101 10110 1011101 0 1010 100011110 1010110 110000

Color Harmonies of #B211E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211E5

Black with #B211E5

Text Example


Text Example

White with #B211E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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