#BD4EAE

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

Shades of Fuchsia #BD4EAE

Tints of Fuchsia #BD4EAE

Color information

#BD4EAE (or 0xBD4EAE) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and AE. RGB value is (189,78,174). Sum of RGB (Red+Green+Blue) = 189+78+174=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EAE is #42B151. Grayscale: #797979. Windows color (decimal): -4370770 or 11423421. OLE color: 11423421.

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

Color convert

RGB18978174-
CMYK00.590.080.26
HSL308.11º45.68%52.35%-
HSV(B)308.11º58.73%74.12%-
XYZ31.3519.3242.12-
YUV122.13157.27175.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=42.86%
G=17.69%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897817400.590.080.26308.1145.6852.35
HexBD4EAE03B81A1342e34
Octal27511625607310324645664
Binary101111011001110101011100111011100011010100110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EAE; }

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

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

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

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

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

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

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

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