#B64DA7

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

Shades of Fuchsia #B64DA7

Tints of Fuchsia #B64DA7

Color information

#B64DA7 (or 0xB64DA7) is unknown color: approx Fuchsia. HEX triplet: B6, 4D and A7. RGB value is (182,77,167). Sum of RGB (Red+Green+Blue) = 182+77+167=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DA7 is #49B258. Grayscale: #767676. Windows color (decimal): -4829785 or 10964406. OLE color: 10964406.

HSL color Cylindrical-coordinate representation of color #B64DA7: hue angle of 308.57º 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 #B64DA7 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18277167-
CMYK00.580.080.29
HSL308.57º41.83%50.78%-
HSV(B)308.57º57.69%71.37%-
XYZ28.9218.0438.52-
YUV118.65155.29173.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=42.72%
G=18.08%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827716700.580.080.29308.5741.8350.78
HexB64DA703A81D1352a33
Octal26611524707210354655263
Binary101101101001101101001110111010100011101100110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64DA7; }

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

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

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

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

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

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

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

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