#B445AE

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

Shades of Fuchsia #B445AE

Tints of Fuchsia #B445AE

Color information

#B445AE (or 0xB445AE) is unknown color: approx Fuchsia. HEX triplet: B4, 45 and AE. RGB value is (180,69,174). Sum of RGB (Red+Green+Blue) = 180+69+174=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B445AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445AE is #4BBA51. Grayscale: #717171. Windows color (decimal): -4962898 or 11421108. OLE color: 11421108.

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

Color convert

RGB18069174-
CMYK00.620.030.29
HSL303.24º44.58%48.82%-
HSV(B)303.24º61.67%70.59%-
XYZ28.5917.0241.82-
YUV114.16161.77174.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=42.55%
G=16.31%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806917400.620.030.29303.2444.5848.82
HexB445AE03E31D12f2d31
Octal2641052560763354575561
Binary1011010010001011010111001111101111101100101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445AE; }

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

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

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

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

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

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

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

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