#B64DAE

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

Shades of Fuchsia #B64DAE

Tints of Fuchsia #B64DAE

Color information

#B64DAE (or 0xB64DAE) is unknown color: approx Fuchsia. HEX triplet: B6, 4D and AE. RGB value is (182,77,174). Sum of RGB (Red+Green+Blue) = 182+77+174=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DAE is #49B251. Grayscale: #777777. Windows color (decimal): -4829778 or 11423158. OLE color: 11423158.

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

Color convert

RGB18277174-
CMYK00.580.040.29
HSL304.57º41.83%50.78%-
HSV(B)304.57º57.69%71.37%-
XYZ29.5918.3142.02-
YUV119.45158.79172.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=42.03%
G=17.78%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827717400.580.040.29304.5741.8350.78
HexB64DAE03A41D1312a33
Octal2661152560724354615263
Binary10110110100110110101110011101010011101100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64DAE; }

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

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

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

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

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

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

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

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