#B94DA8

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

Shades of Fuchsia #B94DA8

Tints of Fuchsia #B94DA8

Color information

#B94DA8 (or 0xB94DA8) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and A8. RGB value is (185,77,168). Sum of RGB (Red+Green+Blue) = 185+77+168=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DA8 is #46B257. Grayscale: #777777. Windows color (decimal): -4633176 or 11029945. OLE color: 11029945.

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

Color convert

RGB18577168-
CMYK00.580.090.27
HSL309.44º43.55%51.37%-
HSV(B)309.44º58.38%72.55%-
XYZ29.7318.4539.04-
YUV119.67155.28174.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=43.02%
G=17.91%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857716800.580.090.27309.4443.5551.37
HexB94DA803A91B1352c33
Octal27111525007211334655463
Binary101110011001101101010000111010100111011100110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DA8; }

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

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

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

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

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

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

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

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