Html Css Color HEX #B019EA Electric Purple

📋 copy color: '#B019EA'

red 176 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #B019EA

Tints of Electric Purple #B019EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 40.46%
G = 5.75%
B = 53.79%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B019EA (or 0xB019EA) is known color: Electric Purple. HEX triplet: B0, 19 and EA. RGB value is (176,25,234). Sum of RGB (Red+Green+Blue) = 176+25+234=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B019EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019EA is #4FE615. Grayscale: #5D5D5D. Windows color (decimal): -5236246 or 15342000. OLE color: 15342000.

HSL color Cylindrical-coordinate representation of color #B019EA: hue angle of 283.35º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019EA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 25 234 -
CMYK 0.25 0.89 0 0.08
HSL 283.35º 0.83% 0.51% -
HSV(B) 283.35º 0.89% 0.92% -
XYZ 33.1 15.87 79.16 -
YUV 93.98 207.03 186.51 -
System Red Green Blue C M Y K H S L
Decimal 176 25 234 0.25 0.89 0 0.08 283.35 0.83 0.51
Hex B0 19 EA 19 59 0 8 11B 53 33
Octal 260 31 352 31 131 0 10 433 123 63
Binary 10110000 11001 11101010 11001 1011001 0 1000 100011011 1010011 110011

Color Harmonies of #B019EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019EA

Black with #B019EA

Text Example


Text Example

White with #B019EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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