#B45AAE

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

Shades of Fuchsia #B45AAE

Tints of Fuchsia #B45AAE

Color information

#B45AAE (or 0xB45AAE) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and AE. RGB value is (180,90,174). Sum of RGB (Red+Green+Blue) = 180+90+174=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AAE is #4BA551. Grayscale: #7E7E7E. Windows color (decimal): -4957522 or 11426484. OLE color: 11426484.

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

Color convert

RGB18090174-
CMYK00.500.030.29
HSL304º37.5%52.94%-
HSV(B)304º50%70.59%-
XYZ30.1220.0742.33-
YUV126.49154.82166.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=40.54%
G=20.27%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809017400.500.030.2930437.552.94
HexB45AAE03231D1302635
Octal2641322560623354604665
Binary1011010010110101010111001100101111101100110000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AAE; }

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

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

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

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

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

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

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

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