#B963AB

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

Shades of Fuchsia #B963AB

Tints of Fuchsia #B963AB

Color information

#B963AB (or 0xB963AB) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and AB. RGB value is (185,99,171). Sum of RGB (Red+Green+Blue) = 185+99+171=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AB is #469C54. Grayscale: #848484. Windows color (decimal): -4627541 or 11232185. OLE color: 11232185.

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

Color convert

RGB18599171-
CMYK00.460.080.27
HSL309.77º38.05%55.69%-
HSV(B)309.77º46.49%72.55%-
XYZ31.8222.1841.13-
YUV132.92149.49165.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=40.66%
G=21.76%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859917100.460.080.27309.7738.0555.69
HexB963AB02E81B1362638
Octal27114325305610334664670
Binary101110011100011101010110101110100011011100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963AB; }

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

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

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

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

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

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

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

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