#B955AD

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

Shades of Fuchsia #B955AD

Tints of Fuchsia #B955AD

Color information

#B955AD (or 0xB955AD) is unknown color: approx Fuchsia. HEX triplet: B9, 55 and AD. RGB value is (185,85,173). Sum of RGB (Red+Green+Blue) = 185+85+173=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B955AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955AD is #46AA52. Grayscale: #7C7C7C. Windows color (decimal): -4631123 or 11359673. OLE color: 11359673.

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

Color convert

RGB18585173-
CMYK00.540.060.27
HSL307.2º41.67%52.94%-
HSV(B)307.2º54.05%72.55%-
XYZ30.819.8341.74-
YUV124.93155.13170.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=41.76%
G=19.19%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858517300.540.060.27307.241.6752.94
HexB955AD03661B1332a35
Octal2711252550666334635265
Binary10111001101010110101101011011011011011100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955AD; }

 p { color: rgb(185,85,173); }

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

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

 a { background-color: rgb(185,85,173); }

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

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

 span { border-color: rgb(185,85,173); }

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