#B96DAE

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

Shades of Fuchsia #B96DAE

Tints of Fuchsia #B96DAE

Color information

#B96DAE (or 0xB96DAE) is unknown color: approx Fuchsia. HEX triplet: B9, 6D and AE. RGB value is (185,109,174). Sum of RGB (Red+Green+Blue) = 185+109+174=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DAE is #469251. Grayscale: #8A8A8A. Windows color (decimal): -4624978 or 11431353. OLE color: 11431353.

HSL color Cylindrical-coordinate representation of color #B96DAE: hue angle of 308.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DAE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185109174-
CMYK00.410.060.27
HSL308.68º35.19%57.65%-
HSV(B)308.68º41.08%72.55%-
XYZ33.1224.3142.99-
YUV139.13147.68160.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=39.53%
G=23.29%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510917400.410.060.27308.6835.1957.65
HexB96DAE02961B135233a
Octal2711552560516334654372
Binary10111001110110110101110010100111011011100110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DAE; }

 p { color: rgb(185,109,174); }

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

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

 a { background-color: rgb(185,109,174); }

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

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

 span { border-color: rgb(185,109,174); }

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