#BD47AE

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

Shades of Fuchsia #BD47AE

Tints of Fuchsia #BD47AE

Color information

#BD47AE (or 0xBD47AE) is unknown color: approx Fuchsia. HEX triplet: BD, 47 and AE. RGB value is (189,71,174). Sum of RGB (Red+Green+Blue) = 189+71+174=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47AE is #42B851. Grayscale: #757575. Windows color (decimal): -4372562 or 11421629. OLE color: 11421629.

HSL color Cylindrical-coordinate representation of color #BD47AE: hue angle of 307.63º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD47AE is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18971174-
CMYK00.620.080.26
HSL307.63º47.2%50.98%-
HSV(B)307.63º62.43%74.12%-
XYZ30.8818.3841.96-
YUV118.02159.59178.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=43.55%
G=16.36%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897117400.620.080.26307.6347.250.98
HexBD47AE03E81A1342f33
Octal27510725607610324645763
Binary101111011000111101011100111110100011010100110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD47AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD47AE; }

 p { color: rgb(189,71,174); }

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

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

 a { background-color: rgb(189,71,174); }

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

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

 span { border-color: rgb(189,71,174); }

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