#B456AE

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

Shades of Fuchsia #B456AE

Tints of Fuchsia #B456AE

Color information

#B456AE (or 0xB456AE) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and AE. RGB value is (180,86,174). Sum of RGB (Red+Green+Blue) = 180+86+174=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AE is #4BA951. Grayscale: #7B7B7B. Windows color (decimal): -4958546 or 11425460. OLE color: 11425460.

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

Color convert

RGB18086174-
CMYK00.520.030.29
HSL303.83º38.52%52.16%-
HSV(B)303.83º52.22%70.59%-
XYZ29.7919.4142.22-
YUV124.14156.14167.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=40.91%
G=19.55%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808617400.520.030.29303.8338.5252.16
HexB456AE03431D1302734
Octal2641262560643354604764
Binary1011010010101101010111001101001111101100110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456AE; }

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

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

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

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

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

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

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

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