#B138AE

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

Shades of Fuchsia #B138AE

Tints of Fuchsia #B138AE

Color information

#B138AE (or 0xB138AE) is unknown color: approx Fuchsia. HEX triplet: B1, 38 and AE. RGB value is (177,56,174). Sum of RGB (Red+Green+Blue) = 177+56+174=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AE is #4EC751. Grayscale: #696969. Windows color (decimal): -5162834 or 11417777. OLE color: 11417777.

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

Color convert

RGB17756174-
CMYK00.680.020.31
HSL301.49º51.93%45.69%-
HSV(B)301.49º68.36%69.41%-
XYZ27.1915.2341.55-
YUV105.63166.59178.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=43.49%
G=13.76%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775617400.680.020.31301.4951.9345.69
HexB138AE04421F12d342e
Octal2617025601042374556456
Binary1011000111100010101110010001001011111100101101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138AE; }

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

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

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

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

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

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

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

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