#B94AB6

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

Shades of Fuchsia #B94AB6

Tints of Fuchsia #B94AB6

Color information

#B94AB6 (or 0xB94AB6) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and B6. RGB value is (185,74,182). Sum of RGB (Red+Green+Blue) = 185+74+182=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB6 is #46B549. Grayscale: #777777. Windows color (decimal): -4633930 or 11946681. OLE color: 11946681.

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

Color convert

RGB18574182-
CMYK00.60.020.27
HSL301.62º44.22%50.78%-
HSV(B)301.62º60%72.55%-
XYZ30.918.5946.22-
YUV119.5163.27174.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=41.95%
G=16.78%
B=41.27%

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
Decimal1857418200.60.020.27301.6244.2250.78
HexB94AB603C21B12e2c33
Octal2711122660742334565463
Binary1011100110010101011011001111001011011100101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AB6; }

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

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

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

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

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

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

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

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