#B960AB

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

Shades of Fuchsia #B960AB

Tints of Fuchsia #B960AB

Color information

#B960AB (or 0xB960AB) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and AB. RGB value is (185,96,171). Sum of RGB (Red+Green+Blue) = 185+96+171=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B960AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960AB is #469F54. Grayscale: #828282. Windows color (decimal): -4628309 or 11231417. OLE color: 11231417.

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

Color convert

RGB18596171-
CMYK00.480.080.27
HSL309.44º38.86%55.1%-
HSV(B)309.44º48.11%72.55%-
XYZ31.5421.6241.04-
YUV131.16150.49166.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=40.93%
G=21.24%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859617100.480.080.27309.4438.8655.1
HexB960AB03081B1352737
Octal27114025306010334654767
Binary101110011100000101010110110000100011011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960AB; }

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

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

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

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

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

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

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

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