#B64DA6

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

Shades of Fuchsia #B64DA6

Tints of Fuchsia #B64DA6

Color information

#B64DA6 (or 0xB64DA6) is unknown color: approx Fuchsia. HEX triplet: B6, 4D and A6. RGB value is (182,77,166). Sum of RGB (Red+Green+Blue) = 182+77+166=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DA6 is #49B259. Grayscale: #767676. Windows color (decimal): -4829786 or 10898870. OLE color: 10898870.

HSL color Cylindrical-coordinate representation of color #B64DA6: hue angle of 309.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64DA6 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18277166-
CMYK00.580.090.29
HSL309.14º41.83%50.78%-
HSV(B)309.14º57.69%71.37%-
XYZ28.8318.0138.03-
YUV118.54154.79173.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=42.82%
G=18.12%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827716600.580.090.29309.1441.8350.78
HexB64DA603A91D1352a33
Octal26611524607211354655263
Binary101101101001101101001100111010100111101100110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64DA6; }

 p { color: rgb(182,77,166); }

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

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

 a { background-color: rgb(182,77,166); }

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

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

 span { border-color: rgb(182,77,166); }

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