#b040ac

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

Shades of Fuchsia #B040AC

Tints of Fuchsia #B040AC

Color information

#B040AC (or 0xB040AC) is unknown color: approx Fuchsia. HEX triplet: B0, 40 and AC. RGB value is (176,64,172). Sum of RGB (Red+Green+Blue) = 176+64+172=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AC is #4FBF53. Grayscale: #6D6D6D. Windows color (decimal): -5226324 or 11288752. OLE color: 11288752.

HSL color Cylindrical-coordinate representation of color #B040AC: hue angle of 302.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B040AC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17664172-
CMYK00.640.020.31
HSL302.14º46.67%47.06%-
HSV(B)302.14º63.64%69.02%-
XYZ27.1815.8840.66-
YUV109.8163.11175.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=42.72%
G=15.53%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766417200.640.020.31302.1446.6747.06
HexB040AC04021F12e2f2f
Octal26010025401002374565757
Binary10110000100000010101100010000001011111100101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b040ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b040ac; }

 p { color: rgb(176,64,172); }

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

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

 a { background-color: rgb(176,64,172); }

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

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

 span { border-color: rgb(176,64,172); }

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