Html Css Color HEX #B219EE Electric Purple

📋 copy color: '#B219EE'

red 178 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #B219EE

Tints of Electric Purple #B219EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 40.36%
G = 5.67%
B = 53.97%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B219EE (or 0xB219EE) is known color: Electric Purple. HEX triplet: B2, 19 and EE. RGB value is (178,25,238). Sum of RGB (Red+Green+Blue) = 178+25+238=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B219EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219EE is #4DE611. Grayscale: #5E5E5E. Windows color (decimal): -5105170 or 15604146. OLE color: 15604146.

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

Color convert

RGB 178 25 238 -
CMYK 0.25 0.89 0 0.07
HSL 283.1º 0.86% 0.52% -
HSV(B) 283.1º 0.89% 0.93% -
XYZ 34.14 16.33 82.24 -
YUV 95.03 208.69 187.18 -
System Red Green Blue C M Y K H S L
Decimal 178 25 238 0.25 0.89 0 0.07 283.1 0.86 0.52
Hex B2 19 EE 19 59 0 7 11B 56 34
Octal 262 31 356 31 131 0 7 433 126 64
Binary 10110010 11001 11101110 11001 1011001 0 111 100011011 1010110 110100

Color Harmonies of #B219EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219EE

Black with #B219EE

Text Example


Text Example

White with #B219EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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