#BD40AE

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

Shades of Fuchsia #BD40AE

Tints of Fuchsia #BD40AE

Color information

#BD40AE (or 0xBD40AE) is unknown color: approx Fuchsia. HEX triplet: BD, 40 and AE. RGB value is (189,64,174). Sum of RGB (Red+Green+Blue) = 189+64+174=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40AE is #42BF51. Grayscale: #717171. Windows color (decimal): -4374354 or 11419837. OLE color: 11419837.

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

Color convert

RGB18964174-
CMYK00.660.080.26
HSL307.2º49.41%49.61%-
HSV(B)307.2º66.14%74.12%-
XYZ30.4617.5441.82-
YUV113.92161.91181.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=44.26%
G=14.99%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896417400.660.080.26307.249.4149.61
HexBD40AE04281A1333132
Octal275100256010210324636162
Binary1011110110000001010111001000010100011010100110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40AE; }

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

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

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

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

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

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

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

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