#B941AC

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

Shades of Fuchsia #B941AC

Tints of Fuchsia #B941AC

Color information

#B941AC (or 0xB941AC) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and AC. RGB value is (185,65,172). Sum of RGB (Red+Green+Blue) = 185+65+172=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B941AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941AC is #46BE53. Grayscale: #707070. Windows color (decimal): -4636244 or 11289017. OLE color: 11289017.

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

Color convert

RGB18565172-
CMYK00.650.070.27
HSL306.5º48%49.02%-
HSV(B)306.5º64.86%72.55%-
XYZ29.3417.0740.78-
YUV113.08161.26179.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=43.84%
G=15.40%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856517200.650.070.27306.54849.02
HexB941AC04171B1323031
Octal27110125401017334626061
Binary101110011000001101011000100000111111011100110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941AC; }

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

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

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

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

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

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

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

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