#B131AE

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

Shades of Fuchsia #B131AE

Tints of Fuchsia #B131AE

Color information

#B131AE (or 0xB131AE) is unknown color: approx Fuchsia. HEX triplet: B1, 31 and AE. RGB value is (177,49,174). Sum of RGB (Red+Green+Blue) = 177+49+174=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B131AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131AE is #4ECE51. Grayscale: #656565. Windows color (decimal): -5164626 or 11415985. OLE color: 11415985.

HSL color Cylindrical-coordinate representation of color #B131AE: hue angle of 301.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B131AE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17749174-
CMYK00.720.020.31
HSL301.41º56.64%44.31%-
HSV(B)301.41º72.32%69.41%-
XYZ26.8714.641.45-
YUV101.52168.91181.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 49 (19.53% from 255) = 12.25%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=44.25%
G=12.25%
B=43.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774917400.720.020.31301.4156.6444.31
HexB131AE04821F12d392c
Octal2616125601102374557154
Binary1011000111000110101110010010001011111100101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B131AE; }

 p { color: rgb(177,49,174); }

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

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

 a { background-color: rgb(177,49,174); }

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

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

 span { border-color: rgb(177,49,174); }

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