#B96EAF

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

Shades of Fuchsia #B96EAF

Tints of Fuchsia #B96EAF

Color information

#B96EAF (or 0xB96EAF) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and AF. RGB value is (185,110,175). Sum of RGB (Red+Green+Blue) = 185+110+175=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B96EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96EAF is #469150. Grayscale: #8B8B8B. Windows color (decimal): -4624721 or 11497145. OLE color: 11497145.

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

Color convert

RGB185110175-
CMYK00.410.050.27
HSL308º34.88%57.84%-
HSV(B)308º40.54%72.55%-
XYZ33.3224.5643.54-
YUV139.83147.85160.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=39.36%
G=23.40%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511017500.410.050.2730834.8857.84
HexB96EAF02951B134233a
Octal2711562570515334644372
Binary10111001110111010101111010100110111011100110100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EAF; }

 p { color: rgb(185,110,175); }

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

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

 a { background-color: rgb(185,110,175); }

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

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

 span { border-color: rgb(185,110,175); }

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