#B459AE

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

Shades of Fuchsia #B459AE

Tints of Fuchsia #B459AE

Color information

#B459AE (or 0xB459AE) is unknown color: approx Fuchsia. HEX triplet: B4, 59 and AE. RGB value is (180,89,174). Sum of RGB (Red+Green+Blue) = 180+89+174=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B459AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459AE is #4BA651. Grayscale: #7D7D7D. Windows color (decimal): -4957778 or 11426228. OLE color: 11426228.

HSL color Cylindrical-coordinate representation of color #B459AE: hue angle of 303.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B459AE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18089174-
CMYK00.510.030.29
HSL303.96º37.76%52.75%-
HSV(B)303.96º50.56%70.59%-
XYZ30.0319.942.3-
YUV125.9155.15166.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=40.63%
G=20.09%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808917400.510.030.29303.9637.7652.75
HexB459AE03331D1302635
Octal2641312560633354604665
Binary1011010010110011010111001100111111101100110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459AE; }

 p { color: rgb(180,89,174); }

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

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

 a { background-color: rgb(180,89,174); }

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

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

 span { border-color: rgb(180,89,174); }

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