#B965AC

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

Shades of Fuchsia #B965AC

Tints of Fuchsia #B965AC

Color information

#B965AC (or 0xB965AC) is unknown color: approx Fuchsia. HEX triplet: B9, 65 and AC. RGB value is (185,101,172). Sum of RGB (Red+Green+Blue) = 185+101+172=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AC is #469A53. Grayscale: #868686. Windows color (decimal): -4627028 or 11298233. OLE color: 11298233.

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

Color convert

RGB185101172-
CMYK00.450.070.27
HSL309.29º37.5%56.08%-
HSV(B)309.29º45.41%72.55%-
XYZ32.1122.641.7-
YUV134.21149.33164.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=40.39%
G=22.05%
B=37.55%

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
Decimal18510117200.450.070.27309.2937.556.08
HexB965AC02D71B1352638
Octal2711452540557334654670
Binary10111001110010110101100010110111111011100110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965AC; }

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

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

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

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

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

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

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

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