#B94AB3

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

Shades of Fuchsia #B94AB3

Tints of Fuchsia #B94AB3

Color information

#B94AB3 (or 0xB94AB3) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and B3. RGB value is (185,74,179). Sum of RGB (Red+Green+Blue) = 185+74+179=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB3 is #46B54C. Grayscale: #767676. Windows color (decimal): -4633933 or 11750073. OLE color: 11750073.

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

Color convert

RGB18574179-
CMYK00.60.030.27
HSL303.24º44.22%50.78%-
HSV(B)303.24º60%72.55%-
XYZ30.5918.4744.6-
YUV119.16161.77174.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=42.24%
G=16.89%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857417900.60.030.27303.2444.2250.78
HexB94AB303C31B12f2c33
Octal2711122630743334575463
Binary1011100110010101011001101111001111011100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AB3; }

 p { color: rgb(185,74,179); }

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

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

 a { background-color: rgb(185,74,179); }

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

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

 span { border-color: rgb(185,74,179); }

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