#B94BA4

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

Shades of Fuchsia #B94BA4

Tints of Fuchsia #B94BA4

Color information

#B94BA4 (or 0xB94BA4) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and A4. RGB value is (185,75,164). Sum of RGB (Red+Green+Blue) = 185+75+164=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BA4 is #46B45B. Grayscale: #757575. Windows color (decimal): -4633692 or 10767289. OLE color: 10767289.

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

Color convert

RGB18575164-
CMYK00.590.110.27
HSL311.45º44%50.98%-
HSV(B)311.45º59.46%72.55%-
XYZ29.2218.0337.06-
YUV118.04153.94175.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=43.63%
G=17.69%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857516400.590.110.27311.454450.98
HexB94BA403BB1B1372c33
Octal27111324407313334675463
Binary101110011001011101001000111011101111011100110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BA4; }

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

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

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

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

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

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

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

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