#B31AFF

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

Shades of Electric Purple #B31AFF

Tints of Electric Purple #B31AFF

Color information

#B31AFF (or 0xB31AFF) is unknown color: approx Electric Purple. HEX triplet: B3, 1A and FF. RGB value is (179,26,255). Sum of RGB (Red+Green+Blue) = 179+26+255=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31AFF is #4CE500. Grayscale: #616161. Windows color (decimal): -5039361 or 16718515. OLE color: 16718515.

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

Color convert

RGB17926255-
CMYK0.300.9000
HSL280.09º100%55.1%-
HSV(B)280.09º89.8%100%-
XYZ37.0117.5496.04-
YUV97.85216.69185.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 26 (10.55% from 255) = 5.65%
BLUE value IS 255 (100% from 255) = 55.43%
R=38.91%
G=5.65%
B=55.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179262550.300.9000280.0910055.1
HexB31AFF1E5A001186437
Octal26332377361320043014467
Binary101100111101011111111111101011010001000110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31AFF; }

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

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

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

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

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

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

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

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