#B952AC

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

Shades of Fuchsia #B952AC

Tints of Fuchsia #B952AC

Color information

#B952AC (or 0xB952AC) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and AC. RGB value is (185,82,172). Sum of RGB (Red+Green+Blue) = 185+82+172=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AC is #46AD53. Grayscale: #7A7A7A. Windows color (decimal): -4631892 or 11293369. OLE color: 11293369.

HSL color Cylindrical-coordinate representation of color #B952AC: hue angle of 307.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952AC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18582172-
CMYK00.560.070.27
HSL307.57º42.39%52.35%-
HSV(B)307.57º55.68%72.55%-
XYZ30.4719.3341.15-
YUV123.06155.62172.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=42.14%
G=18.68%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858217200.560.070.27307.5742.3952.35
HexB952AC03871B1342a34
Octal2711222540707334645264
Binary10111001101001010101100011100011111011100110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952AC; }

 p { color: rgb(185,82,172); }

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

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

 a { background-color: rgb(185,82,172); }

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

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

 span { border-color: rgb(185,82,172); }

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