#B956A8

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

Shades of Fuchsia #B956A8

Tints of Fuchsia #B956A8

Color information

#B956A8 (or 0xB956A8) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and A8. RGB value is (185,86,168). Sum of RGB (Red+Green+Blue) = 185+86+168=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B956A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956A8 is #46A957. Grayscale: #7C7C7C. Windows color (decimal): -4630872 or 11032249. OLE color: 11032249.

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

Color convert

RGB18586168-
CMYK00.540.090.27
HSL310.3º41.42%53.14%-
HSV(B)310.3º53.51%72.55%-
XYZ30.419.839.26-
YUV124.95152.3170.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=42.14%
G=19.59%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858616800.540.090.27310.341.4253.14
HexB956A803691B1362935
Octal27112625006611334665165
Binary101110011010110101010000110110100111011100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956A8; }

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

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

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

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

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

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

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

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