#B64BA6

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

Shades of Fuchsia #B64BA6

Tints of Fuchsia #B64BA6

Color information

#B64BA6 (or 0xB64BA6) is unknown color: approx Fuchsia. HEX triplet: B6, 4B and A6. RGB value is (182,75,166). Sum of RGB (Red+Green+Blue) = 182+75+166=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BA6 is #49B459. Grayscale: #757575. Windows color (decimal): -4830298 or 10898358. OLE color: 10898358.

HSL color Cylindrical-coordinate representation of color #B64BA6: hue angle of 308.97º degrees, saturation: 0.42, 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 #B64BA6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18275166-
CMYK00.590.090.29
HSL308.97º42.29%50.39%-
HSV(B)308.97º58.79%71.37%-
XYZ28.6917.7337.99-
YUV117.37155.45174.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=43.03%
G=17.73%
B=39.24%

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
Decimal1827516600.590.090.29308.9742.2950.39
HexB64BA603B91D1352a32
Octal26611324607311354655262
Binary101101101001011101001100111011100111101100110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BA6; }

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

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

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

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

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

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

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

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