#B932AC

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

Shades of Fuchsia #B932AC

Tints of Fuchsia #B932AC

Color information

#B932AC (or 0xB932AC) is unknown color: approx Fuchsia. HEX triplet: B9, 32 and AC. RGB value is (185,50,172). Sum of RGB (Red+Green+Blue) = 185+50+172=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B932AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932AC is #46CD53. Grayscale: #676767. Windows color (decimal): -4640084 or 11285177. OLE color: 11285177.

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

Color convert

RGB18550172-
CMYK00.730.070.27
HSL305.78º57.45%46.08%-
HSV(B)305.78º72.97%72.55%-
XYZ28.5915.5740.53-
YUV104.27166.23185.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=45.45%
G=12.29%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855017200.730.070.27305.7857.4546.08
HexB932AC04971B132392e
Octal2716225401117334627156
Binary10111001110010101011000100100111111011100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932AC; }

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

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

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

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

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

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

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

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