#B960AC

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

Shades of Fuchsia #B960AC

Tints of Fuchsia #B960AC

Color information

#B960AC (or 0xB960AC) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and AC. RGB value is (185,96,172). Sum of RGB (Red+Green+Blue) = 185+96+172=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B960AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960AC is #469F53. Grayscale: #838383. Windows color (decimal): -4628308 or 11296953. OLE color: 11296953.

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

Color convert

RGB18596172-
CMYK00.480.070.27
HSL308.76º38.86%55.1%-
HSV(B)308.76º48.11%72.55%-
XYZ31.6421.6641.54-
YUV131.28150.99166.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=40.84%
G=21.19%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859617200.480.070.27308.7638.8655.1
HexB960AC03071B1352737
Octal2711402540607334654767
Binary10111001110000010101100011000011111011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960AC; }

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

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

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

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

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

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

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

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