#B139AB

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

Shades of Fuchsia #B139AB

Tints of Fuchsia #B139AB

Color information

#B139AB (or 0xB139AB) is unknown color: approx Fuchsia. HEX triplet: B1, 39 and AB. RGB value is (177,57,171). Sum of RGB (Red+Green+Blue) = 177+57+171=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B139AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139AB is #4EC654. Grayscale: #696969. Windows color (decimal): -5162581 or 11221425. OLE color: 11221425.

HSL color Cylindrical-coordinate representation of color #B139AB: hue angle of 303º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B139AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17757171-
CMYK00.680.030.31
HSL303º51.28%45.88%-
HSV(B)303º67.8%69.41%-
XYZ26.9515.2140.04-
YUV105.88164.76178.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=43.70%
G=14.07%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775717100.680.030.3130351.2845.88
HexB139AB04431F12f332e
Octal2617125301043374576356
Binary1011000111100110101011010001001111111100101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139AB; }

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

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

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

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

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

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

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

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