#B947A9

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

Shades of Fuchsia #B947A9

Tints of Fuchsia #B947A9

Color information

#B947A9 (or 0xB947A9) is unknown color: approx Fuchsia. HEX triplet: B9, 47 and A9. RGB value is (185,71,169). Sum of RGB (Red+Green+Blue) = 185+71+169=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A9 is #46B856. Grayscale: #737373. Windows color (decimal): -4634711 or 11093945. OLE color: 11093945.

HSL color Cylindrical-coordinate representation of color #B947A9: hue angle of 308.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947A9 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18571169-
CMYK00.620.090.27
HSL308.42º44.88%50.2%-
HSV(B)308.42º61.62%72.55%-
XYZ29.4217.6939.4-
YUV116.26157.77177.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=43.53%
G=16.71%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857116900.620.090.27308.4244.8850.2
HexB947A903E91B1342d32
Octal27110725107611334645562
Binary101110011000111101010010111110100111011100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947A9; }

 p { color: rgb(185,71,169); }

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

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

 a { background-color: rgb(185,71,169); }

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

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

 span { border-color: rgb(185,71,169); }

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