Html Css Color HEX #B314F5 Electric Purple

📋 copy color: '#B314F5'

red 179 ◦ green 20 ◦ blue 245

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

Shades of Electric Purple #B314F5

Tints of Electric Purple #B314F5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.5%

 BLUE value IS 245 (96.09% from 255) = 55.18%

R = 40.32%
G = 4.5%
B = 55.18%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B314F5 (or 0xB314F5) is known color: Electric Purple. HEX triplet: B3, 14 and F5. RGB value is (179,20,245). Sum of RGB (Red+Green+Blue) = 179+20+245=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #B314F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314F5 is #4CEB0A. Grayscale: #5C5C5C. Windows color (decimal): -5040907 or 16061619. OLE color: 16061619.

HSL color Cylindrical-coordinate representation of color #B314F5: hue angle of 282.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B314F5 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 20 245 -
CMYK 0.27 0.92 0 0.04
HSL 282.4º 0.92% 0.52% -
HSV(B) 282.4º 0.92% 0.96% -
XYZ 35.32 16.68 87.74 -
YUV 93.19 213.68 189.2 -
System Red Green Blue C M Y K H S L
Decimal 179 20 245 0.27 0.92 0 0.04 282.4 0.92 0.52
Hex B3 14 F5 1B 5C 0 4 11A 5C 34
Octal 263 24 365 33 134 0 4 432 134 64
Binary 10110011 10100 11110101 11011 1011100 0 100 100011010 1011100 110100

Color Harmonies of #B314F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314F5

Black with #B314F5

Text Example


Text Example

White with #B314F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314F5; }

 p { color: rgb(179,20,245); }

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

background-color css

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

 a { background-color: rgb(179,20,245); }

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

border-color css

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

 span { border-color: rgb(179,20,245); }

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