#b94eab

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

Shades of Fuchsia #B94EAB

Tints of Fuchsia #B94EAB

Color information

#B94EAB (or 0xB94EAB) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and AB. RGB value is (185,78,171). Sum of RGB (Red+Green+Blue) = 185+78+171=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94EAB is #46B154. Grayscale: #787878. Windows color (decimal): -4632917 or 11226809. OLE color: 11226809.

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

Color convert

RGB18578171-
CMYK00.580.080.27
HSL307.85º43.32%51.57%-
HSV(B)307.85º57.84%72.55%-
XYZ30.0818.740.55-
YUV120.6156.45173.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=42.63%
G=17.97%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857817100.580.080.27307.8543.3251.57
HexB94EAB03A81B1342b34
Octal27111625307210334645364
Binary101110011001110101010110111010100011011100110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94eab; }

 p { color: rgb(185,78,171); }

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

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

 a { background-color: rgb(185,78,171); }

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

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

 span { border-color: rgb(185,78,171); }

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