#B138A9

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

Shades of Fuchsia #B138A9

Tints of Fuchsia #B138A9

Color information

#B138A9 (or 0xB138A9) is unknown color: approx Fuchsia. HEX triplet: B1, 38 and A9. RGB value is (177,56,169). Sum of RGB (Red+Green+Blue) = 177+56+169=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B138A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138A9 is #4EC756. Grayscale: #686868. Windows color (decimal): -5162839 or 11090097. OLE color: 11090097.

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

Color convert

RGB17756169-
CMYK00.680.050.31
HSL303.97º51.93%45.69%-
HSV(B)303.97º68.36%69.41%-
XYZ26.7115.0439.03-
YUV105.06164.09179.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 56 (22.27% from 255) = 13.93%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=44.03%
G=13.93%
B=42.04%

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
Decimal1775616900.680.050.31303.9751.9345.69
HexB138A904451F130342e
Octal2617025101045374606456
Binary10110001111000101010010100010010111111100110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138A9; }

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

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

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

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

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

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

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

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