#B436AE

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

Shades of Fuchsia #B436AE

Tints of Fuchsia #B436AE

Color information

#B436AE (or 0xB436AE) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and AE. RGB value is (180,54,174). Sum of RGB (Red+Green+Blue) = 180+54+174=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B436AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B436AE is #4BC951. Grayscale: #696969. Windows color (decimal): -4966738 or 11417268. OLE color: 11417268.

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

Color convert

RGB18054174-
CMYK00.70.030.29
HSL302.86º53.85%45.88%-
HSV(B)302.86º70%70.59%-
XYZ27.7815.441.55-
YUV105.35166.74181.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 54 (21.48% from 255) = 13.24%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=44.12%
G=13.24%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805417400.70.030.29302.8653.8545.88
HexB436AE04631D12f362e
Octal2646625601063354576656
Binary1011010011011010101110010001101111101100101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436AE; }

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

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

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

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

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

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

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

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