Html Css Color HEX #B314E1 Electric Purple

📋 copy color: '#B314E1'

red 179 ◦ green 20 ◦ blue 225

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

Shades of Electric Purple #B314E1

Tints of Electric Purple #B314E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 42.22%
G = 4.72%
B = 53.07%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B314E1 (or 0xB314E1) is known color: Electric Purple. HEX triplet: B3, 14 and E1. RGB value is (179,20,225). Sum of RGB (Red+Green+Blue) = 179+20+225=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #B314E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314E1 is #4CEB1E. Grayscale: #5A5A5A. Windows color (decimal): -5040927 or 14750899. OLE color: 14750899.

HSL color Cylindrical-coordinate representation of color #B314E1: hue angle of 286.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B314E1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 20 225 -
CMYK 0.20 0.91 0 0.12
HSL 286.54º 0.84% 0.48% -
HSV(B) 286.54º 0.91% 0.88% -
XYZ 32.43 15.52 72.52 -
YUV 90.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 179 20 225 0.20 0.91 0 0.12 286.54 0.84 0.48
Hex B3 14 E1 14 5B 0 C 11F 54 30
Octal 263 24 341 24 133 0 14 437 124 60
Binary 10110011 10100 11100001 10100 1011011 0 1100 100011111 1010100 110000

Color Harmonies of #B314E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314E1

Black with #B314E1

Text Example


Text Example

White with #B314E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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