#BD66AE

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

Shades of Fuchsia #BD66AE

Tints of Fuchsia #BD66AE

Color information

#BD66AE (or 0xBD66AE) is unknown color: approx Fuchsia. HEX triplet: BD, 66 and AE. RGB value is (189,102,174). Sum of RGB (Red+Green+Blue) = 189+102+174=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD66AE is #429951. Grayscale: #888888. Windows color (decimal): -4364626 or 11429565. OLE color: 11429565.

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

Color convert

RGB189102174-
CMYK00.460.080.26
HSL310.34º39.73%57.06%-
HSV(B)310.34º46.03%74.12%-
XYZ33.3823.3842.8-
YUV136.22149.32165.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=40.65%
G=21.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910217400.460.080.26310.3439.7357.06
HexBD66AE02E81A1362839
Octal27514625605610324665071
Binary101111011100110101011100101110100011010100110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66AE; }

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

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

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

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

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

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

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

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