#B94AB4

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

Shades of Fuchsia #B94AB4

Tints of Fuchsia #B94AB4

Color information

#B94AB4 (or 0xB94AB4) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and B4. RGB value is (185,74,180). Sum of RGB (Red+Green+Blue) = 185+74+180=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB4 is #46B54B. Grayscale: #767676. Windows color (decimal): -4633932 or 11815609. OLE color: 11815609.

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

Color convert

RGB18574180-
CMYK00.60.030.27
HSL302.7º44.22%50.78%-
HSV(B)302.7º60%72.55%-
XYZ30.6918.5145.13-
YUV119.27162.27174.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=42.14%
G=16.86%
B=41.00%

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
Decimal1857418000.60.030.27302.744.2250.78
HexB94AB403C31B12f2c33
Octal2711122640743334575463
Binary1011100110010101011010001111001111011100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AB4; }

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

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

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

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

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

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

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

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