#B138AA

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

Shades of Fuchsia #B138AA

Tints of Fuchsia #B138AA

Color information

#B138AA (or 0xB138AA) is unknown color: approx Fuchsia. HEX triplet: B1, 38 and AA. RGB value is (177,56,170). Sum of RGB (Red+Green+Blue) = 177+56+170=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AA is #4EC755. Grayscale: #686868. Windows color (decimal): -5162838 or 11155633. OLE color: 11155633.

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

Color convert

RGB17756170-
CMYK00.680.040.31
HSL303.47º51.93%45.69%-
HSV(B)303.47º68.36%69.41%-
XYZ26.815.0839.53-
YUV105.17164.59179.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=43.92%
G=13.90%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775617000.680.040.31303.4751.9345.69
HexB138AA04441F12f342e
Octal2617025201044374576456
Binary10110001111000101010100100010010011111100101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138AA; }

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

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

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

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

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

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

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

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