#BD64AC

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

Shades of Fuchsia #BD64AC

Tints of Fuchsia #BD64AC

Color information

#BD64AC (or 0xBD64AC) is unknown color: approx Fuchsia. HEX triplet: BD, 64 and AC. RGB value is (189,100,172). Sum of RGB (Red+Green+Blue) = 189+100+172=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64AC is #429B53. Grayscale: #868686. Windows color (decimal): -4365140 or 11297981. OLE color: 11297981.

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

Color convert

RGB189100172-
CMYK00.470.090.26
HSL311.46º40.27%56.67%-
HSV(B)311.46º47.09%74.12%-
XYZ32.9922.9141.71-
YUV134.82148.99166.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=41.00%
G=21.69%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910017200.470.090.26311.4640.2756.67
HexBD64AC02F91A1372839
Octal27514425405711324675071
Binary101111011100100101011000101111100111010100110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64AC; }

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

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

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

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

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

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

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

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