#B954A9

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

Shades of Fuchsia #B954A9

Tints of Fuchsia #B954A9

Color information

#B954A9 (or 0xB954A9) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and A9. RGB value is (185,84,169). Sum of RGB (Red+Green+Blue) = 185+84+169=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B954A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954A9 is #46AB56. Grayscale: #7B7B7B. Windows color (decimal): -4631383 or 11097273. OLE color: 11097273.

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

Color convert

RGB18584169-
CMYK00.550.090.27
HSL309.5º41.91%52.75%-
HSV(B)309.5º54.59%72.55%-
XYZ30.3419.5239.7-
YUV123.89153.46171.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=42.24%
G=19.18%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858416900.550.090.27309.541.9152.75
HexB954A903791B1362a35
Octal27112425106711334665265
Binary101110011010100101010010110111100111011100110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954A9; }

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

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

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

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

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

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

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

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