Html Css Color HEX #B319F1 Electric Purple

📋 copy color: '#B319F1'

red 179 ◦ green 25 ◦ blue 241

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

Shades of Electric Purple #B319F1

Tints of Electric Purple #B319F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 40.22%
G = 5.62%
B = 54.16%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B319F1 (or 0xB319F1) is known color: Electric Purple. HEX triplet: B3, 19 and F1. RGB value is (179,25,241). Sum of RGB (Red+Green+Blue) = 179+25+241=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #B319F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319F1 is #4CE60E. Grayscale: #5E5E5E. Windows color (decimal): -5039631 or 15800755. OLE color: 15800755.

HSL color Cylindrical-coordinate representation of color #B319F1: hue angle of 282.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B319F1 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 25 241 -
CMYK 0.26 0.90 0 0.05
HSL 282.78º 0.89% 0.52% -
HSV(B) 282.78º 0.9% 0.95% -
XYZ 34.82 16.63 84.59 -
YUV 95.67 210.02 187.44 -
System Red Green Blue C M Y K H S L
Decimal 179 25 241 0.26 0.90 0 0.05 282.78 0.89 0.52
Hex B3 19 F1 1A 5A 0 5 11B 59 34
Octal 263 31 361 32 132 0 5 433 131 64
Binary 10110011 11001 11110001 11010 1011010 0 101 100011011 1011001 110100

Color Harmonies of #B319F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319F1

Black with #B319F1

Text Example


Text Example

White with #B319F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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