#B139A9

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

Shades of Fuchsia #B139A9

Tints of Fuchsia #B139A9

Color information

#B139A9 (or 0xB139A9) is unknown color: approx Fuchsia. HEX triplet: B1, 39 and A9. RGB value is (177,57,169). Sum of RGB (Red+Green+Blue) = 177+57+169=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B139A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139A9 is #4EC656. Grayscale: #696969. Windows color (decimal): -5162583 or 11090353. OLE color: 11090353.

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

Color convert

RGB17757169-
CMYK00.680.050.31
HSL304º51.28%45.88%-
HSV(B)304º67.8%69.41%-
XYZ26.7615.1439.05-
YUV105.65163.76178.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=43.92%
G=14.14%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775716900.680.050.3130451.2845.88
HexB139A904451F130332e
Octal2617125101045374606356
Binary10110001111001101010010100010010111111100110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139A9; }

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

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

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

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

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

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

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

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