#B458AC

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

Shades of Fuchsia #B458AC

Tints of Fuchsia #B458AC

Color information

#B458AC (or 0xB458AC) is unknown color: approx Fuchsia. HEX triplet: B4, 58 and AC. RGB value is (180,88,172). Sum of RGB (Red+Green+Blue) = 180+88+172=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B458AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458AC is #4BA753. Grayscale: #7C7C7C. Windows color (decimal): -4958036 or 11294900. OLE color: 11294900.

HSL color Cylindrical-coordinate representation of color #B458AC: hue angle of 305.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B458AC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18088172-
CMYK00.510.040.29
HSL305.22º38.02%52.55%-
HSV(B)305.22º51.11%70.59%-
XYZ29.7619.6641.26-
YUV125.08154.48167.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=40.91%
G=20%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808817200.510.040.29305.2238.0252.55
HexB458AC03341D1312635
Octal2641302540634354614665
Binary10110100101100010101100011001110011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458AC; }

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

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

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

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

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

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

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

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