#BD4EAC

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

Shades of Fuchsia #BD4EAC

Tints of Fuchsia #BD4EAC

Color information

#BD4EAC (or 0xBD4EAC) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and AC. RGB value is (189,78,172). Sum of RGB (Red+Green+Blue) = 189+78+172=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EAC is #42B153. Grayscale: #797979. Windows color (decimal): -4370772 or 11292349. OLE color: 11292349.

HSL color Cylindrical-coordinate representation of color #BD4EAC: hue angle of 309.19º 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 #BD4EAC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18978172-
CMYK00.590.090.26
HSL309.19º45.68%52.35%-
HSV(B)309.19º58.73%74.12%-
XYZ31.1619.2541.1-
YUV121.9156.27175.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=43.05%
G=17.77%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897817200.590.090.26309.1945.6852.35
HexBD4EAC03B91A1352e34
Octal27511625407311324655664
Binary101111011001110101011000111011100111010100110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EAC; }

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

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

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

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

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

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

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

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