#B045AE

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

Shades of Fuchsia #B045AE

Tints of Fuchsia #B045AE

Color information

#B045AE (or 0xB045AE) is unknown color: approx Fuchsia. HEX triplet: B0, 45 and AE. RGB value is (176,69,174). Sum of RGB (Red+Green+Blue) = 176+69+174=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B045AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B045AE is #4FBA51. Grayscale: #707070. Windows color (decimal): -5225042 or 11421104. OLE color: 11421104.

HSL color Cylindrical-coordinate representation of color #B045AE: hue angle of 301.12º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B045AE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17669174-
CMYK00.610.010.31
HSL301.12º43.67%48.04%-
HSV(B)301.12º60.8%69.02%-
XYZ27.6716.5441.78-
YUV112.96162.45172.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=42.00%
G=16.47%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766917400.610.010.31301.1243.6748.04
HexB045AE03D11F12d2c30
Octal2601052560751374555460
Binary101100001000101101011100111101111111100101101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045AE; }

 p { color: rgb(176,69,174); }

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

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

 a { background-color: rgb(176,69,174); }

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

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

 span { border-color: rgb(176,69,174); }

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