#B45BAE

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

Shades of Fuchsia #B45BAE

Tints of Fuchsia #B45BAE

Color information

#B45BAE (or 0xB45BAE) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and AE. RGB value is (180,91,174). Sum of RGB (Red+Green+Blue) = 180+91+174=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BAE is #4BA451. Grayscale: #7E7E7E. Windows color (decimal): -4957266 or 11426740. OLE color: 11426740.

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

Color convert

RGB18091174-
CMYK00.490.030.29
HSL304.04º37.24%53.14%-
HSV(B)304.04º49.44%70.59%-
XYZ30.220.2442.36-
YUV127.07154.49165.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=40.45%
G=20.45%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809117400.490.030.29304.0437.2453.14
HexB45BAE03131D1302535
Octal2641332560613354604565
Binary1011010010110111010111001100011111101100110000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BAE; }

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

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

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

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

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

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

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

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