#B966AC

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

Shades of Fuchsia #B966AC

Tints of Fuchsia #B966AC

Color information

#B966AC (or 0xB966AC) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and AC. RGB value is (185,102,172). Sum of RGB (Red+Green+Blue) = 185+102+172=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AC is #469953. Grayscale: #868686. Windows color (decimal): -4626772 or 11298489. OLE color: 11298489.

HSL color Cylindrical-coordinate representation of color #B966AC: hue angle of 309.4º 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 #B966AC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185102172-
CMYK00.450.070.27
HSL309.4º37.22%56.27%-
HSV(B)309.4º44.86%72.55%-
XYZ32.2122.841.73-
YUV134.8149163.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=40.31%
G=22.22%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510217200.450.070.27309.437.2256.27
HexB966AC02D71B1352538
Octal2711462540557334654570
Binary10111001110011010101100010110111111011100110101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966AC; }

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

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

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

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

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

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

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

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