#BD6EAE

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

Shades of Fuchsia #BD6EAE

Tints of Fuchsia #BD6EAE

Color information

#BD6EAE (or 0xBD6EAE) is unknown color: approx Fuchsia. HEX triplet: BD, 6E and AE. RGB value is (189,110,174). Sum of RGB (Red+Green+Blue) = 189+110+174=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EAE is #429151. Grayscale: #8C8C8C. Windows color (decimal): -4362578 or 11431613. OLE color: 11431613.

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

Color convert

RGB189110174-
CMYK00.420.080.26
HSL311.39º37.44%58.63%-
HSV(B)311.39º41.8%74.12%-
XYZ34.225.0343.07-
YUV140.92146.67162.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=39.96%
G=23.26%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911017400.420.080.26311.3937.4458.63
HexBD6EAE02A81A137253b
Octal27515625605210324674573
Binary101111011101110101011100101010100011010100110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EAE; }

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

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

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

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

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

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

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

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