Html Css Color HEX #B314E0 Electric Purple

📋 copy color: '#B314E0'

red 179 ◦ green 20 ◦ blue 224

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

Shades of Electric Purple #B314E0

Tints of Electric Purple #B314E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 42.32%
G = 4.73%
B = 52.96%

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

#B314E0 (or 0xB314E0) is known color: Electric Purple. HEX triplet: B3, 14 and E0. RGB value is (179,20,224). Sum of RGB (Red+Green+Blue) = 179+20+224=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #B314E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314E0 is #4CEB1F. Grayscale: #5A5A5A. Windows color (decimal): -5040928 or 14685363. OLE color: 14685363.

HSL color Cylindrical-coordinate representation of color #B314E0: hue angle of 286.76º 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 #B314E0 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 20 224 -
CMYK 0.20 0.91 0 0.12
HSL 286.76º 0.84% 0.48% -
HSV(B) 286.76º 0.91% 0.88% -
XYZ 32.3 15.47 71.8 -
YUV 90.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 179 20 224 0.20 0.91 0 0.12 286.76 0.84 0.48
Hex B3 14 E0 14 5B 0 C 11F 54 30
Octal 263 24 340 24 133 0 14 437 124 60
Binary 10110011 10100 11100000 10100 1011011 0 1100 100011111 1010100 110000

Color Harmonies of #B314E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314E0

Black with #B314E0

Text Example


Text Example

White with #B314E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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