Html Css Color HEX #B219E4 Electric Purple

📋 copy color: '#B219E4'

red 178 ◦ green 25 ◦ blue 228

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

Shades of Electric Purple #B219E4

Tints of Electric Purple #B219E4

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.8%

 BLUE value IS 228 (89.45% from 255) = 52.9%

R = 41.3%
G = 5.8%
B = 52.9%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B219E4 (or 0xB219E4) is known color: Electric Purple. HEX triplet: B2, 19 and E4. RGB value is (178,25,228). Sum of RGB (Red+Green+Blue) = 178+25+228=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #B219E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219E4 is #4DE61B. Grayscale: #5D5D5D. Windows color (decimal): -5105180 or 14948786. OLE color: 14948786.

HSL color Cylindrical-coordinate representation of color #B219E4: hue angle of 285.22º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B219E4 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 25 228 -
CMYK 0.22 0.89 0 0.11
HSL 285.22º 0.8% 0.5% -
HSV(B) 285.22º 0.89% 0.89% -
XYZ 32.71 15.76 74.72 -
YUV 93.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 178 25 228 0.22 0.89 0 0.11 285.22 0.8 0.5
Hex B2 19 E4 16 59 0 B 11D 50 32
Octal 262 31 344 26 131 0 13 435 120 62
Binary 10110010 11001 11100100 10110 1011001 0 1011 100011101 1010000 110010

Color Harmonies of #B219E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219E4

Black with #B219E4

Text Example


Text Example

White with #B219E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219E4; }

 p { color: rgb(178,25,228); }

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

background-color css

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

 a { background-color: rgb(178,25,228); }

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

border-color css

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

 span { border-color: rgb(178,25,228); }

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