#B94AB5

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

Shades of Fuchsia #B94AB5

Tints of Fuchsia #B94AB5

Color information

#B94AB5 (or 0xB94AB5) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and B5. RGB value is (185,74,181). Sum of RGB (Red+Green+Blue) = 185+74+181=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB5 is #46B54A. Grayscale: #777777. Windows color (decimal): -4633931 or 11881145. OLE color: 11881145.

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

Color convert

RGB18574181-
CMYK00.60.020.27
HSL302.16º44.22%50.78%-
HSV(B)302.16º60%72.55%-
XYZ30.818.5545.67-
YUV119.39162.77174.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=42.05%
G=16.82%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857418100.60.020.27302.1644.2250.78
HexB94AB503C21B12e2c33
Octal2711122650742334565463
Binary1011100110010101011010101111001011011100101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AB5; }

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

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

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

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

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

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

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

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