#B966AE

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

Shades of Fuchsia #B966AE

Tints of Fuchsia #B966AE

Color information

#B966AE (or 0xB966AE) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and AE. RGB value is (185,102,174). Sum of RGB (Red+Green+Blue) = 185+102+174=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AE is #469951. Grayscale: #868686. Windows color (decimal): -4626770 or 11429561. OLE color: 11429561.

HSL color Cylindrical-coordinate representation of color #B966AE: hue angle of 307.95º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966AE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185102174-
CMYK00.450.060.27
HSL307.95º37.22%56.27%-
HSV(B)307.95º44.86%72.55%-
XYZ32.422.8742.75-
YUV135.02150163.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=40.13%
G=22.13%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510217400.450.060.27307.9537.2256.27
HexB966AE02D61B1342538
Octal2711462560556334644570
Binary10111001110011010101110010110111011011100110100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966AE; }

 p { color: rgb(185,102,174); }

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

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

 a { background-color: rgb(185,102,174); }

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

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

 span { border-color: rgb(185,102,174); }

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