#B64AA6

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

Shades of Fuchsia #B64AA6

Tints of Fuchsia #B64AA6

Color information

#B64AA6 (or 0xB64AA6) is unknown color: approx Fuchsia. HEX triplet: B6, 4A and A6. RGB value is (182,74,166). Sum of RGB (Red+Green+Blue) = 182+74+166=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AA6 is #49B559. Grayscale: #747474. Windows color (decimal): -4830554 or 10898102. OLE color: 10898102.

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

Color convert

RGB18274166-
CMYK00.590.090.29
HSL308.89º42.52%50.2%-
HSV(B)308.89º59.34%71.37%-
XYZ28.6217.637.96-
YUV116.78155.78174.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=43.13%
G=17.54%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827416600.590.090.29308.8942.5250.2
HexB64AA603B91D1352b32
Octal26611224607311354655362
Binary101101101001010101001100111011100111101100110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AA6; }

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

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

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

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

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

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

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

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