#B959AF

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

Shades of Fuchsia #B959AF

Tints of Fuchsia #B959AF

Color information

#B959AF (or 0xB959AF) is unknown color: approx Fuchsia. HEX triplet: B9, 59 and AF. RGB value is (185,89,175). Sum of RGB (Red+Green+Blue) = 185+89+175=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B959AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959AF is #46A650. Grayscale: #7F7F7F. Windows color (decimal): -4630097 or 11491769. OLE color: 11491769.

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

Color convert

RGB18589175-
CMYK00.520.050.27
HSL306.25º40.68%53.73%-
HSV(B)306.25º51.89%72.55%-
XYZ31.3220.5542.87-
YUV127.51154.8169.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=41.20%
G=19.82%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858917500.520.050.27306.2540.6853.73
HexB959AF03451B1322936
Octal2711312570645334625166
Binary10111001101100110101111011010010111011100110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959AF; }

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

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

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

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

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

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

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

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