#B131AB

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

Shades of Fuchsia #B131AB

Tints of Fuchsia #B131AB

Color information

#B131AB (or 0xB131AB) is unknown color: approx Fuchsia. HEX triplet: B1, 31 and AB. RGB value is (177,49,171). Sum of RGB (Red+Green+Blue) = 177+49+171=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B131AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131AB is #4ECE54. Grayscale: #646464. Windows color (decimal): -5164629 or 11219377. OLE color: 11219377.

HSL color Cylindrical-coordinate representation of color #B131AB: hue angle of 302.81º 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 #B131AB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17749171-
CMYK00.720.030.31
HSL302.81º56.64%44.31%-
HSV(B)302.81º72.32%69.41%-
XYZ26.5814.4839.92-
YUV101.18167.41182.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 49 (19.53% from 255) = 12.34%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=44.58%
G=12.34%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774917100.720.030.31302.8156.6444.31
HexB131AB04831F12f392c
Octal2616125301103374577154
Binary1011000111000110101011010010001111111100101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B131AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B131AB; }

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

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

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

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

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

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

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

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