#B967AC

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

Shades of Fuchsia #B967AC

Tints of Fuchsia #B967AC

Color information

#B967AC (or 0xB967AC) is unknown color: approx Fuchsia. HEX triplet: B9, 67 and AC. RGB value is (185,103,172). Sum of RGB (Red+Green+Blue) = 185+103+172=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B967AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967AC is #469853. Grayscale: #878787. Windows color (decimal): -4626516 or 11298745. OLE color: 11298745.

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

Color convert

RGB185103172-
CMYK00.440.070.27
HSL309.51º36.94%56.47%-
HSV(B)309.51º44.32%72.55%-
XYZ32.322.9941.77-
YUV135.38148.67163.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=40.22%
G=22.39%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510317200.440.070.27309.5136.9456.47
HexB967AC02C71B1362538
Octal2711472540547334664570
Binary10111001110011110101100010110011111011100110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967AC; }

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

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

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

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

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

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

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

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