Html Css Color HEX #B319ED Electric Purple

📋 copy color: '#B319ED'

red 179 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #B319ED

Tints of Electric Purple #B319ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 40.59%
G = 5.67%
B = 53.74%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B319ED (or 0xB319ED) is known color: Electric Purple. HEX triplet: B3, 19 and ED. RGB value is (179,25,237). Sum of RGB (Red+Green+Blue) = 179+25+237=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B319ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319ED is #4CE612. Grayscale: #5E5E5E. Windows color (decimal): -5039635 or 15538611. OLE color: 15538611.

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

Color convert

RGB 179 25 237 -
CMYK 0.24 0.89 0 0.07
HSL 283.58º 0.85% 0.51% -
HSV(B) 283.58º 0.89% 0.93% -
XYZ 34.22 16.39 81.48 -
YUV 95.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 179 25 237 0.24 0.89 0 0.07 283.58 0.85 0.51
Hex B3 19 ED 18 59 0 7 11C 55 33
Octal 263 31 355 30 131 0 7 434 125 63
Binary 10110011 11001 11101101 11000 1011001 0 111 100011100 1010101 110011

Color Harmonies of #B319ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319ED

Black with #B319ED

Text Example


Text Example

White with #B319ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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