Html Css Color HEX #B319EA Electric Purple

📋 copy color: '#B319EA'

red 179 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #B319EA

Tints of Electric Purple #B319EA

RGB

 RED value IS 179 (70.31% from 255) = 40.87%

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

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

R = 40.87%
G = 5.71%
B = 53.42%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B319EA (or 0xB319EA) is known color: Electric Purple. HEX triplet: B3, 19 and EA. RGB value is (179,25,234). Sum of RGB (Red+Green+Blue) = 179+25+234=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #B319EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319EA is #4CE615. Grayscale: #5E5E5E. Windows color (decimal): -5039638 or 15342003. OLE color: 15342003.

HSL color Cylindrical-coordinate representation of color #B319EA: hue angle of 284.21º 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 #B319EA is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 25 234 -
CMYK 0.24 0.89 0 0.08
HSL 284.21º 0.83% 0.51% -
HSV(B) 284.21º 0.89% 0.92% -
XYZ 33.79 16.22 79.19 -
YUV 94.87 206.52 188.01 -
System Red Green Blue C M Y K H S L
Decimal 179 25 234 0.24 0.89 0 0.08 284.21 0.83 0.51
Hex B3 19 EA 18 59 0 8 11C 53 33
Octal 263 31 352 30 131 0 10 434 123 63
Binary 10110011 11001 11101010 11000 1011001 0 1000 100011100 1010011 110011

Color Harmonies of #B319EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319EA

Black with #B319EA

Text Example


Text Example

White with #B319EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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