#B96AAE

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

Shades of Fuchsia #B96AAE

Tints of Fuchsia #B96AAE

Color information

#B96AAE (or 0xB96AAE) is unknown color: approx Fuchsia. HEX triplet: B9, 6A and AE. RGB value is (185,106,174). Sum of RGB (Red+Green+Blue) = 185+106+174=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AAE is #469551. Grayscale: #898989. Windows color (decimal): -4625746 or 11430585. OLE color: 11430585.

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

Color convert

RGB185106174-
CMYK00.430.060.27
HSL308.35º36.07%57.06%-
HSV(B)308.35º42.7%72.55%-
XYZ32.823.6842.89-
YUV137.37148.67161.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=39.78%
G=22.80%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510617400.430.060.27308.3536.0757.06
HexB96AAE02B61B1342439
Octal2711522560536334644471
Binary10111001110101010101110010101111011011100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AAE; }

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

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

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

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

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

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

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

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