Html Css Color HEX #B311FE Electric Purple

📋 copy color: '#B311FE'

red 179 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #B311FE

Tints of Electric Purple #B311FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

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

R = 39.78%
G = 3.78%
B = 56.44%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B311FE (or 0xB311FE) is known color: Electric Purple. HEX triplet: B3, 11 and FE. RGB value is (179,17,254). Sum of RGB (Red+Green+Blue) = 179+17+254=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B311FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B311FE is #4CEE01. Grayscale: #5B5B5B. Windows color (decimal): -5041666 or 16650675. OLE color: 16650675.

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

Color convert

RGB 179 17 254 -
CMYK 0.30 0.93 0 0.00
HSL 281.01º 0.99% 0.53% -
HSV(B) 281.01º 0.93% 1% -
XYZ 36.68 17.14 95.14 -
YUV 92.46 219.17 189.73 -
System Red Green Blue C M Y K H S L
Decimal 179 17 254 0.30 0.93 0 0.00 281.01 0.99 0.53
Hex B3 11 FE 1E 5D 0 0 119 63 35
Octal 263 21 376 36 135 0 0 431 143 65
Binary 10110011 10001 11111110 11110 1011101 0 0 100011001 1100011 110101

Color Harmonies of #B311FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311FE

Black with #B311FE

Text Example


Text Example

White with #B311FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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