#B435AE

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

Shades of Fuchsia #B435AE

Tints of Fuchsia #B435AE

Color information

#B435AE (or 0xB435AE) is unknown color: approx Fuchsia. HEX triplet: B4, 35 and AE. RGB value is (180,53,174). Sum of RGB (Red+Green+Blue) = 180+53+174=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B435AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B435AE is #4BCA51. Grayscale: #686868. Windows color (decimal): -4966994 or 11417012. OLE color: 11417012.

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

Color convert

RGB18053174-
CMYK00.710.030.29
HSL302.83º54.51%45.69%-
HSV(B)302.83º70.56%70.59%-
XYZ27.7415.3141.54-
YUV104.77167.08181.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=44.23%
G=13.02%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805317400.710.030.29302.8354.5145.69
HexB435AE04731D12f372e
Octal2646525601073354576756
Binary1011010011010110101110010001111111101100101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435AE; }

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

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

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

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

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

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

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

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