#B94DAE

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

Shades of Fuchsia #B94DAE

Tints of Fuchsia #B94DAE

Color information

#B94DAE (or 0xB94DAE) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and AE. RGB value is (185,77,174). Sum of RGB (Red+Green+Blue) = 185+77+174=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DAE is #46B251. Grayscale: #787878. Windows color (decimal): -4633170 or 11423161. OLE color: 11423161.

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

Color convert

RGB18577174-
CMYK00.580.060.27
HSL306.11º43.55%51.37%-
HSV(B)306.11º58.38%72.55%-
XYZ30.318.6842.05-
YUV120.35158.28174.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=42.43%
G=17.66%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857717400.580.060.27306.1143.5551.37
HexB94DAE03A61B1322c33
Octal2711152560726334625463
Binary10111001100110110101110011101011011011100110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DAE; }

 p { color: rgb(185,77,174); }

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

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

 a { background-color: rgb(185,77,174); }

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

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

 span { border-color: rgb(185,77,174); }

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