Html Css Color HEX #B316FE Electric Purple

📋 copy color: '#B316FE'

red 179 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #B316FE

Tints of Electric Purple #B316FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.84%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 39.34%
G = 4.84%
B = 55.82%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B316FE (or 0xB316FE) is known color: Electric Purple. HEX triplet: B3, 16 and FE. RGB value is (179,22,254). Sum of RGB (Red+Green+Blue) = 179+22+254=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B316FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B316FE is #4CE901. Grayscale: #5E5E5E. Windows color (decimal): -5040386 or 16651955. OLE color: 16651955.

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

Color convert

RGB 179 22 254 -
CMYK 0.30 0.91 0 0.00
HSL 280.6º 0.99% 0.54% -
HSV(B) 280.6º 0.91% 1% -
XYZ 36.77 17.31 95.17 -
YUV 95.39 217.51 187.64 -
System Red Green Blue C M Y K H S L
Decimal 179 22 254 0.30 0.91 0 0.00 280.6 0.99 0.54
Hex B3 16 FE 1E 5B 0 0 119 63 36
Octal 263 26 376 36 133 0 0 431 143 66
Binary 10110011 10110 11111110 11110 1011011 0 0 100011001 1100011 110110

Color Harmonies of #B316FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316FE

Black with #B316FE

Text Example


Text Example

White with #B316FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316FE; }

 p { color: rgb(179,22,254); }

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

background-color css

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

 a { background-color: rgb(179,22,254); }

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

border-color css

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

 span { border-color: rgb(179,22,254); }

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