#b957a8

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

Shades of Fuchsia #B957A8

Tints of Fuchsia #B957A8

Color information

#B957A8 (or 0xB957A8) is unknown color: approx Fuchsia. HEX triplet: B9, 57 and A8. RGB value is (185,87,168). Sum of RGB (Red+Green+Blue) = 185+87+168=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A8 is #46A857. Grayscale: #7D7D7D. Windows color (decimal): -4630616 or 11032505. OLE color: 11032505.

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

Color convert

RGB18587168-
CMYK00.530.090.27
HSL310.41º41.18%53.33%-
HSV(B)310.41º52.97%72.55%-
XYZ30.4819.9639.29-
YUV125.54151.97170.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=42.05%
G=19.77%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858716800.530.090.27310.4141.1853.33
HexB957A803591B1362935
Octal27112725006511334665165
Binary101110011010111101010000110101100111011100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b957a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b957a8; }

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

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

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

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

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

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

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

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