Html Css Color HEX #B019E5 Electric Purple

📋 copy color: '#B019E5'

red 176 ◦ green 25 ◦ blue 229

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

Shades of Electric Purple #B019E5

Tints of Electric Purple #B019E5

RGB

 RED value IS 176 (69.14% from 255) = 40.93%

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

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

R = 40.93%
G = 5.81%
B = 53.26%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B019E5 (or 0xB019E5) is known color: Electric Purple. HEX triplet: B0, 19 and E5. RGB value is (176,25,229). Sum of RGB (Red+Green+Blue) = 176+25+229=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #B019E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019E5 is #4FE61A. Grayscale: #5C5C5C. Windows color (decimal): -5236251 or 15014320. OLE color: 15014320.

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

Color convert

RGB 176 25 229 -
CMYK 0.23 0.89 0 0.10
HSL 284.41º 0.8% 0.5% -
HSV(B) 284.41º 0.89% 0.9% -
XYZ 32.39 15.58 75.43 -
YUV 93.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 176 25 229 0.23 0.89 0 0.10 284.41 0.8 0.5
Hex B0 19 E5 17 59 0 A 11C 50 32
Octal 260 31 345 27 131 0 12 434 120 62
Binary 10110000 11001 11100101 10111 1011001 0 1010 100011100 1010000 110010

Color Harmonies of #B019E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019E5

Black with #B019E5

Text Example


Text Example

White with #B019E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019E5; }

 p { color: rgb(176,25,229); }

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

background-color css

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

 a { background-color: rgb(176,25,229); }

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

border-color css

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

 span { border-color: rgb(176,25,229); }

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