#BD59AC

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

Shades of Fuchsia #BD59AC

Tints of Fuchsia #BD59AC

Color information

#BD59AC (or 0xBD59AC) is unknown color: approx Fuchsia. HEX triplet: BD, 59 and AC. RGB value is (189,89,172). Sum of RGB (Red+Green+Blue) = 189+89+172=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59AC is #42A653. Grayscale: #808080. Windows color (decimal): -4367956 or 11295165. OLE color: 11295165.

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

Color convert

RGB18989172-
CMYK00.530.090.26
HSL310.2º43.1%54.51%-
HSV(B)310.2º52.91%74.12%-
XYZ32.0120.9441.39-
YUV128.36152.63171.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=42%
G=19.78%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898917200.530.090.26310.243.154.51
HexBD59AC03591A1362b37
Octal27513125406511324665367
Binary101111011011001101011000110101100111010100110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD59AC; }

 p { color: rgb(189,89,172); }

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

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

 a { background-color: rgb(189,89,172); }

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

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

 span { border-color: rgb(189,89,172); }

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