#B96AB1

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

Shades of Fuchsia #B96AB1

Tints of Fuchsia #B96AB1

Color information

#B96AB1 (or 0xB96AB1) is unknown color: approx Fuchsia. HEX triplet: B9, 6A and B1. RGB value is (185,106,177). Sum of RGB (Red+Green+Blue) = 185+106+177=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AB1 is #46954E. Grayscale: #898989. Windows color (decimal): -4625743 or 11627193. OLE color: 11627193.

HSL color Cylindrical-coordinate representation of color #B96AB1: hue angle of 306.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185106177-
CMYK00.430.040.27
HSL306.08º36.07%57.06%-
HSV(B)306.08º42.7%72.55%-
XYZ33.123.844.44-
YUV137.72150.17161.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=39.53%
G=22.65%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510617700.430.040.27306.0836.0757.06
HexB96AB102B41B1322439
Octal2711522610534334624471
Binary10111001110101010110001010101110011011100110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AB1; }

 p { color: rgb(185,106,177); }

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

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

 a { background-color: rgb(185,106,177); }

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

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

 span { border-color: rgb(185,106,177); }

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