#BD4FA9

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

Shades of Fuchsia #BD4FA9

Tints of Fuchsia #BD4FA9

Color information

#BD4FA9 (or 0xBD4FA9) is unknown color: approx Fuchsia. HEX triplet: BD, 4F and A9. RGB value is (189,79,169). Sum of RGB (Red+Green+Blue) = 189+79+169=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4FA9 is #42B056. Grayscale: #797979. Windows color (decimal): -4370519 or 11095997. OLE color: 11095997.

HSL color Cylindrical-coordinate representation of color #BD4FA9: hue angle of 310.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4FA9 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18979169-
CMYK00.580.110.26
HSL310.91º45.45%52.55%-
HSV(B)310.91º58.2%74.12%-
XYZ30.9419.2839.63-
YUV122.15154.44175.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=43.25%
G=18.08%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897916900.580.110.26310.9145.4552.55
HexBD4FA903AB1A1372d35
Octal27511725107213324675565
Binary101111011001111101010010111010101111010100110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FA9; }

 p { color: rgb(189,79,169); }

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

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

 a { background-color: rgb(189,79,169); }

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

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

 span { border-color: rgb(189,79,169); }

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