#B956AC

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

Shades of Fuchsia #B956AC

Tints of Fuchsia #B956AC

Color information

#B956AC (or 0xB956AC) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and AC. RGB value is (185,86,172). Sum of RGB (Red+Green+Blue) = 185+86+172=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B956AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956AC is #46A953. Grayscale: #7D7D7D. Windows color (decimal): -4630868 or 11294393. OLE color: 11294393.

HSL color Cylindrical-coordinate representation of color #B956AC: hue angle of 307.88º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B956AC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18586172-
CMYK00.540.070.27
HSL307.88º41.42%53.14%-
HSV(B)307.88º53.51%72.55%-
XYZ30.7819.9541.26-
YUV125.4154.3170.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=41.76%
G=19.41%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858617200.540.070.27307.8841.4253.14
HexB956AC03671B1342935
Octal2711262540667334645165
Binary10111001101011010101100011011011111011100110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956AC; }

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

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

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

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

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

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

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

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