#B664AE

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

Shades of Fuchsia #B664AE

Tints of Fuchsia #B664AE

Color information

#B664AE (or 0xB664AE) is unknown color: approx Fuchsia. HEX triplet: B6, 64 and AE. RGB value is (182,100,174). Sum of RGB (Red+Green+Blue) = 182+100+174=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B664AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664AE is #499B51. Grayscale: #848484. Windows color (decimal): -4823890 or 11429046. OLE color: 11429046.

HSL color Cylindrical-coordinate representation of color #B664AE: hue angle of 305.85º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B664AE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182100174-
CMYK00.450.040.29
HSL305.85º35.96%55.29%-
HSV(B)305.85º45.05%71.37%-
XYZ31.4922.1242.65-
YUV132.95151.17162.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=39.91%
G=21.93%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210017400.450.040.29305.8535.9655.29
HexB664AE02D41D1322437
Octal2661442560554354624467
Binary10110110110010010101110010110110011101100110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664AE; }

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

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

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

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

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

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

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

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