#B956AA

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

Shades of Fuchsia #B956AA

Tints of Fuchsia #B956AA

Color information

#B956AA (or 0xB956AA) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and AA. RGB value is (185,86,170). Sum of RGB (Red+Green+Blue) = 185+86+170=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B956AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956AA is #46A955. Grayscale: #7C7C7C. Windows color (decimal): -4630870 or 11163321. OLE color: 11163321.

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

Color convert

RGB18586170-
CMYK00.540.080.27
HSL309.09º41.42%53.14%-
HSV(B)309.09º53.51%72.55%-
XYZ30.5919.8740.25-
YUV125.18153.3170.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=41.95%
G=19.50%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858617000.540.080.27309.0941.4253.14
HexB956AA03681B1352935
Octal27112625206610334655165
Binary101110011010110101010100110110100011011100110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956AA; }

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

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

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

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

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

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

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

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