#B94DAF

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

Shades of Fuchsia #B94DAF

Tints of Fuchsia #B94DAF

Color information

#B94DAF (or 0xB94DAF) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and AF. RGB value is (185,77,175). Sum of RGB (Red+Green+Blue) = 185+77+175=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DAF is #46B250. Grayscale: #787878. Windows color (decimal): -4633169 or 11488697. OLE color: 11488697.

HSL color Cylindrical-coordinate representation of color #B94DAF: hue angle of 305.56º 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 #B94DAF is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18577175-
CMYK00.580.050.27
HSL305.56º43.55%51.37%-
HSV(B)305.56º58.38%72.55%-
XYZ30.418.7242.57-
YUV120.46158.78174.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=42.33%
G=17.62%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857717500.580.050.27305.5643.5551.37
HexB94DAF03A51B1322c33
Octal2711152570725334625463
Binary10111001100110110101111011101010111011100110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DAF; }

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

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

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

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

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

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

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

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