Html Css Color HEX #B314FF Electric Purple

📋 copy color: '#B314FF'

red 179 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #B314FF

Tints of Electric Purple #B314FF

RGB

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

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

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

R = 39.43%
G = 4.41%
B = 56.17%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B314FF (or 0xB314FF) is known color: Electric Purple. HEX triplet: B3, 14 and FF. RGB value is (179,20,255). Sum of RGB (Red+Green+Blue) = 179+20+255=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B314FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314FF is #4CEB00. Grayscale: #5D5D5D. Windows color (decimal): -5040897 or 16716979. OLE color: 16716979.

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

Color convert

RGB 179 20 255 -
CMYK 0.30 0.92 0 0
HSL 280.6º 1% 0.54% -
HSV(B) 280.6º 0.92% 1% -
XYZ 36.89 17.3 96 -
YUV 94.33 218.68 188.39 -
System Red Green Blue C M Y K H S L
Decimal 179 20 255 0.30 0.92 0 0 280.6 1 0.54
Hex B3 14 FF 1E 5C 0 0 119 64 36
Octal 263 24 377 36 134 0 0 431 144 66
Binary 10110011 10100 11111111 11110 1011100 0 0 100011001 1100100 110110

Color Harmonies of #B314FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314FF

Black with #B314FF

Text Example


Text Example

White with #B314FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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