#B956AF

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

Shades of Fuchsia #B956AF

Tints of Fuchsia #B956AF

Color information

#B956AF (or 0xB956AF) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and AF. RGB value is (185,86,175). Sum of RGB (Red+Green+Blue) = 185+86+175=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B956AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956AF is #46A950. Grayscale: #7D7D7D. Windows color (decimal): -4630865 or 11491001. OLE color: 11491001.

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

Color convert

RGB18586175-
CMYK00.540.050.27
HSL306.06º41.42%53.14%-
HSV(B)306.06º53.51%72.55%-
XYZ31.0720.0742.79-
YUV125.75155.8170.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=41.48%
G=19.28%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858617500.540.050.27306.0641.4253.14
HexB956AF03651B1322935
Octal2711262570665334625165
Binary10111001101011010101111011011010111011100110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956AF; }

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

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

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

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

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

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

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

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