#B943AC

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

Shades of Fuchsia #B943AC

Tints of Fuchsia #B943AC

Color information

#B943AC (or 0xB943AC) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and AC. RGB value is (185,67,172). Sum of RGB (Red+Green+Blue) = 185+67+172=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B943AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943AC is #46BC53. Grayscale: #717171. Windows color (decimal): -4635732 or 11289529. OLE color: 11289529.

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

Color convert

RGB18567172-
CMYK00.640.070.27
HSL306.61º46.83%49.41%-
HSV(B)306.61º63.78%72.55%-
XYZ29.4617.3140.82-
YUV114.25160.59178.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 67 (26.56% from 255) = 15.80%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=43.63%
G=15.80%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856717200.640.070.27306.6146.8349.41
HexB943AC04071B1332f31
Octal27110325401007334635761
Binary101110011000011101011000100000011111011100110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943AC; }

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

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

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

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

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

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

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

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