#B64FA7

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

Shades of Fuchsia #B64FA7

Tints of Fuchsia #B64FA7

Color information

#B64FA7 (or 0xB64FA7) is unknown color: approx Fuchsia. HEX triplet: B6, 4F and A7. RGB value is (182,79,167). Sum of RGB (Red+Green+Blue) = 182+79+167=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B64FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64FA7 is #49B058. Grayscale: #777777. Windows color (decimal): -4829273 or 10964918. OLE color: 10964918.

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

Color convert

RGB18279167-
CMYK00.570.080.29
HSL308.74º41.37%51.18%-
HSV(B)308.74º56.59%71.37%-
XYZ29.0618.3338.56-
YUV119.83154.62172.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=42.52%
G=18.46%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827916700.570.080.29308.7441.3751.18
HexB64FA703981D1352933
Octal26611724707110354655163
Binary101101101001111101001110111001100011101100110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FA7; }

 p { color: rgb(182,79,167); }

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

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

 a { background-color: rgb(182,79,167); }

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

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

 span { border-color: rgb(182,79,167); }

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