#B311FF

Color #B311FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B311FF

Tints of Electric Purple #B311FF

Color information

#B311FF (or 0xB311FF) is unknown color: approx Electric Purple. HEX triplet: B3, 11 and FF. RGB value is (179,17,255). Sum of RGB (Red+Green+Blue) = 179+17+255=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #B311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B311FF is #4CEE00. Grayscale: #5B5B5B. Windows color (decimal): -5041665 or 16716211. OLE color: 16716211.

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

Color convert

RGB17917255-
CMYK0.300.9300
HSL280.84º100%53.33%-
HSV(B)280.84º93.33%100%-
XYZ36.8417.295.99-
YUV92.57219.67189.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 17 (7.03% from 255) = 3.77%
BLUE value IS 255 (100% from 255) = 56.54%
R=39.69%
G=3.77%
B=56.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179172550.300.9300280.8410053.33
HexB311FF1E5D001196435
Octal26321377361350043114465
Binary101100111000111111111111101011101001000110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B311FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B311FF; }

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

 H1.HeaderClassName
 {
   color: #B311FF;
 }
 .AnyTagClassName
 {
   color: #B311FF;
 }
</style>
background-color css

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

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

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

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

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

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