Html Css Color HEX #B319FF Electric Purple

📋 copy color: '#B319FF'

red 179 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #B319FF

Tints of Electric Purple #B319FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 39%
G = 5.45%
B = 55.56%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B319FF (or 0xB319FF) is known color: Electric Purple. HEX triplet: B3, 19 and FF. RGB value is (179,25,255). Sum of RGB (Red+Green+Blue) = 179+25+255=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B319FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319FF is #4CE600. Grayscale: #606060. Windows color (decimal): -5039617 or 16718259. OLE color: 16718259.

HSL color Cylindrical-coordinate representation of color #B319FF: hue angle of 280.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B319FF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 25 255 -
CMYK 0.30 0.90 0 0
HSL 280.17º 1% 0.55% -
HSV(B) 280.17º 0.9% 1% -
XYZ 36.99 17.5 96.04 -
YUV 97.27 217.02 186.3 -
System Red Green Blue C M Y K H S L
Decimal 179 25 255 0.30 0.90 0 0 280.17 1 0.55
Hex B3 19 FF 1E 5A 0 0 118 64 37
Octal 263 31 377 36 132 0 0 430 144 67
Binary 10110011 11001 11111111 11110 1011010 0 0 100011000 1100100 110111

Color Harmonies of #B319FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319FF

Black with #B319FF

Text Example


Text Example

White with #B319FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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