#B94AA4

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

Shades of Fuchsia #B94AA4

Tints of Fuchsia #B94AA4

Color information

#B94AA4 (or 0xB94AA4) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and A4. RGB value is (185,74,164). Sum of RGB (Red+Green+Blue) = 185+74+164=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AA4 is #46B55B. Grayscale: #757575. Windows color (decimal): -4633948 or 10767033. OLE color: 10767033.

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

Color convert

RGB18574164-
CMYK00.60.110.27
HSL311.35º44.22%50.78%-
HSV(B)311.35º60%72.55%-
XYZ29.1617.8937.04-
YUV117.45154.27176.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=43.74%
G=17.49%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857416400.60.110.27311.3544.2250.78
HexB94AA403CB1B1372c33
Octal27111224407413334675463
Binary101110011001010101001000111100101111011100110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AA4; }

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

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

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

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

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

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

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

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