#B94CA9

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

Shades of Fuchsia #B94CA9

Tints of Fuchsia #B94CA9

Color information

#B94CA9 (or 0xB94CA9) is unknown color: approx Fuchsia. HEX triplet: B9, 4C and A9. RGB value is (185,76,169). Sum of RGB (Red+Green+Blue) = 185+76+169=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA9 is #46B356. Grayscale: #767676. Windows color (decimal): -4633431 or 11095225. OLE color: 11095225.

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

Color convert

RGB18576169-
CMYK00.590.090.27
HSL308.81º43.78%51.18%-
HSV(B)308.81º58.92%72.55%-
XYZ29.7518.3539.51-
YUV119.19156.11174.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=43.02%
G=17.67%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857616900.590.090.27308.8143.7851.18
HexB94CA903B91B1352c33
Octal27111425107311334655463
Binary101110011001100101010010111011100111011100110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CA9; }

 p { color: rgb(185,76,169); }

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

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

 a { background-color: rgb(185,76,169); }

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

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

 span { border-color: rgb(185,76,169); }

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