#B959AE

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

Shades of Fuchsia #B959AE

Tints of Fuchsia #B959AE

Color information

#B959AE (or 0xB959AE) is unknown color: approx Fuchsia. HEX triplet: B9, 59 and AE. RGB value is (185,89,174). Sum of RGB (Red+Green+Blue) = 185+89+174=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B959AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959AE is #46A651. Grayscale: #7F7F7F. Windows color (decimal): -4630098 or 11426233. OLE color: 11426233.

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

Color convert

RGB18589174-
CMYK00.520.060.27
HSL306.88º40.68%53.73%-
HSV(B)306.88º51.89%72.55%-
XYZ31.2220.5242.36-
YUV127.39154.3169.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=41.29%
G=19.87%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858917400.520.060.27306.8840.6853.73
HexB959AE03461B1332936
Octal2711312560646334635166
Binary10111001101100110101110011010011011011100110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959AE; }

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

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

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

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

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

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

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

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