#B456AC

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

Shades of Fuchsia #B456AC

Tints of Fuchsia #B456AC

Color information

#B456AC (or 0xB456AC) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and AC. RGB value is (180,86,172). Sum of RGB (Red+Green+Blue) = 180+86+172=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AC is #4BA953. Grayscale: #7B7B7B. Windows color (decimal): -4958548 or 11294388. OLE color: 11294388.

HSL color Cylindrical-coordinate representation of color #B456AC: hue angle of 305.11º 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 #B456AC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18086172-
CMYK00.520.040.29
HSL305.11º38.52%52.16%-
HSV(B)305.11º52.22%70.59%-
XYZ29.619.3441.2-
YUV123.91155.14168.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=41.10%
G=19.63%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808617200.520.040.29305.1138.5252.16
HexB456AC03441D1312734
Octal2641262540644354614764
Binary10110100101011010101100011010010011101100110001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456AC; }

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

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

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

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

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

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

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

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