#B94CA5

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

Shades of Fuchsia #B94CA5

Tints of Fuchsia #B94CA5

Color information

#B94CA5 (or 0xB94CA5) is unknown color: approx Fuchsia. HEX triplet: B9, 4C and A5. RGB value is (185,76,165). Sum of RGB (Red+Green+Blue) = 185+76+165=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA5 is #46B35A. Grayscale: #767676. Windows color (decimal): -4633435 or 10833081. OLE color: 10833081.

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

Color convert

RGB18576165-
CMYK00.590.110.27
HSL311.01º43.78%51.18%-
HSV(B)311.01º58.92%72.55%-
XYZ29.3818.237.56-
YUV118.74154.11175.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=43.43%
G=17.84%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857616500.590.110.27311.0143.7851.18
HexB94CA503BB1B1372c33
Octal27111424507313334675463
Binary101110011001100101001010111011101111011100110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CA5; }

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

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

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

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

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

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

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

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