#B94FAC

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

Shades of Fuchsia #B94FAC

Tints of Fuchsia #B94FAC

Color information

#B94FAC (or 0xB94FAC) is unknown color: approx Fuchsia. HEX triplet: B9, 4F and AC. RGB value is (185,79,172). Sum of RGB (Red+Green+Blue) = 185+79+172=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94FAC is #46B053. Grayscale: #797979. Windows color (decimal): -4632660 or 11292601. OLE color: 11292601.

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

Color convert

RGB18579172-
CMYK00.570.070.27
HSL307.36º43.09%51.76%-
HSV(B)307.36º57.3%72.55%-
XYZ30.2518.8841.08-
YUV121.3156.62173.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=42.43%
G=18.12%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857917200.570.070.27307.3643.0951.76
HexB94FAC03971B1332b34
Octal2711172540717334635364
Binary10111001100111110101100011100111111011100110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FAC; }

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

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

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

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

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

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

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

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